Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 763 Bytes

WorkflowDecisionCase.md

File metadata and controls

13 lines (9 loc) · 763 Bytes

WorkflowDecisionCase

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.

Properties

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]

[Back to Model list] [Back to API list] [Back to README]