public interface ForEachAction extends Action
Modifier and Type | Interface and Description |
---|---|
static class |
ForEachAction.For_Each_Res
Deprecated.
Use ForEachResult instead. Deprecated in Flux 7.2. Will be
removed in Flux 8.0.
|
static class |
ForEachAction.ForEachResult
The result from a "for each" action, which indicates whether the end of
data has been found.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLoopIndex()
Returns the flow context variable that contains one of the data that is
being iterated over.
|
void |
setExpirationFlow(Action action)
Sets the flow to follow after this for each action is finished.
|
void |
setLoopIndex(java.lang.String loopIndex)
Sets the flow context variable that contains one of the data that is being
iterated over.
|
addFlow, addFlow, addSignalFlow, clone, execute, getDescription, getFlows, getHiddenVariableNames, getJoinExpression, getName, getPostscript, getPostscriptLanguage, getPrescript, getPrescriptLanguage, getResultInfo, getSignalsToMonitor, getTimeoutBusinessInterval, getTimeoutBusinessIntervalNamespace, getTimeoutExpression, getVariableManager, isEndOfRun, isJoinPoint, isSkippable, isStartAction, isStartOfRun, isTransactionBreak, removeFlow, reset, setDescription, setElseFlow, setEndOfRun, setErrorFlow, setErrorFlowWithoutRollback, setErrorFlowWithRollback, setJoinExpression, setJoinPoint, setName, setPostscript, setPostscriptLanguage, setPrescript, setPrescriptLanguage, setSignalsToMonitor, setSkippable, setStartAction, setStartOfRun, setTimeoutBusinessInterval, setTimeoutBusinessIntervalNamespace, setTimeoutExpression, setTimeoutFlow, setTransactionBreak, verify, verifyOnClient
getRuntimeDataMap, setRuntimeDataMap
java.lang.String getLoopIndex()
void setExpirationFlow(Action action)
action
- The action that executes next after this for each action is
finished.void setLoopIndex(java.lang.String loopIndex)
loopIndex
- The flow context variable that contains one of the data
that is being iterated over.© 2000-2025 Flux Corporation. All rights reserved.