Start
|
Starts an activity node transition if the transition variable expression result is true. If the result is false, the node cannot start.
|
Disable
|
Disables an activity node if the transition variable expression result is set to true.
|
Enable
|
Enables a disabled activity node if the transition variable expression result is set to true.
|
Suspend
|
Suspends an activity node if the transition variable expression result is set to true.
|
Resume
|
Resumes a suspended activity node if the transition variable expression result is set to true.
|
Skip
|
Skips an activity node if the transition variable expression result is set to true.
|
Complete
|
Completes an activity node if the transition variable expression result is set to true.
|
Complete Task
|
Completes an individual task associated with the activity node if the transition expression result is true.
For more information, see Complete Task Transition
|
Terminate
|
Terminates an activity node if the transition variable expression result is set to true.
|
Abort
|
Aborts an activity node if the transition variable expression result is set to true.
|
Reset
|
Resets an activity node if the transition variable expression result is set to true.
|