Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 564 Bytes

WorkflowStartTask.md

File metadata and controls

11 lines (7 loc) · 564 Bytes

WorkflowStartTask

A StartTask is the starting point for a workflow. There can only be one StartTask in a workflow.

Properties

Name Type Description Notes
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]

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