| Tag Summary |
| getFlows |
Returns the set of all outgoing flows from the specified action.
|
| getName |
Provides the name of the specified action.
|
| getRuntimeDataMap |
Retrieves the specified action's runtime data map.
|
| getSignalsToMonitor |
Returns a collection of signals the specified action is monitoring for.
|
| getVariableManager |
Returns the variable manager for this action. Every action can have
persistent variables associated with it for use by actions.
|
| isJoinPoint |
Indicates whether the specified action is a join point. If there is no
join point, job execution will not pause at this action to merge multiple
inbound flows. Otherwise, execution pauses to merge all inbound flows to
this action.
|
| isTransactionBreak |
Indicates whether the specified action is a transaction break. By default,
all triggers are transaction breaks. When a job is running and control
flows into an action that is a transaction break, the current transaction
is committed.
|