Manage workflow activity conditions
Activities contain default conditions that determine which transitions are followed.
始める前に
Role required: admin
このタスクについて
For example, the Approval - User activity has two conditions, Approved and Rejected.
You can use a JavaScript condition check to create custom conditions on Core workflow activities. Custom activities do not support this feature.
手順
Activity result value
The result value specified by an activity controls the condition
through which the activity transitions.
Use the result value as part of the Condition field
in the activity. For example, if the Condition field of an
Approval - User activity contains activity.result ==
'rejected', the activity transitions through that condition when a rejection is
received from the approver. Result values are set in the Script field
of the activity definition.