Runtime components : Core components : Flows : Reference : Flow modifiers
  
Flow modifiers
Depending on the result of the guard conditions associated with an action, the flow of the process can be changed. The following table shows which flow modifiers an action can use:
Guard conditions
 
Flow modifier
Exit actions
State entry actions or transition actions
continue
Yes
Yes
skipConditions
Yes
Yes
skipAction
Yes
Yes
skipAllActions
Yes
Yes
abortProcess
Yes
Yes
changeState("targetStateName")
No (ignored)
Yes
execAndChangeState("targetStateName")
No (ignored)
Yes
See also
Go up to
Reference