A Decision Case is a condition for a Decision Task. It is the equivalent of case statement in the programming language paradigm of switch and case.
Name | Type | Description | Notes |
---|---|---|---|
description | str | Description of this decision case. | [optional] |
next_task | str | The name of the next task (Task names unique within workflow) to run. In a graph model, denotes an edge to another Task Node. | [optional] |
value | str | Value for the decision case. | [optional] |