Article: AN0002039Updated: 17.10.2018
Activity Condition is used for division of the workflow course in two branches. Which branch is used in the actual workflow instance depends on the condition.
Activity properties
| Name |
Description |
| Name |
Name of the activity. It is displayed in the scheme and used for in the log of workflow. |
| Description |
Description of the activity. It is displayed after moving mouse on the activity in the scheme. |
| Condition |
Formula for determination which branch shall be used for workflow continuation. If the formula result is true, than YES branch will be used. Otherwise NO branch is used for continuation. |
You can use following objects for scripting in the property Condition.
| Object |
Description |
| OG |
General approach for ObjectGears objects. |
| OGWFActualRun |
Special object for current running workflow. |