Describes the different ways in which a workflow progresses in response to actions being taken on workflow steps.
| Name | Value | Summary |
|---|---|---|
| None | 0 | An unknown or indeterminate value. |
| Approve | 1 | Indicates that the workflow is moving forward as the result of an approval or other affirmative action. |
| Reject | 2 | Indicates that the workflow is moving backward as the result of an rejection or other denial action. |
| Complete | 3 | Indicates that a workflow is advancing as the result of an item's completion. |
| Neutral | 4 | Indicates that the workflow is not being advanced. |
| Skip | 5 | Indicates that a workflow is advancing as the result of skipping an item. |