Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 853 Bytes

WorkflowWorkflowTask.md

File metadata and controls

13 lines (9 loc) · 853 Bytes

WorkflowWorkflowTask

Task instance within the workflow to be executed.

Properties

Name Type Description Notes
description str The description of this task instance in the workflow. [optional]
label str A user defined label identifier of the workflow task used for UI display. [optional]
name str The name of the task within the workflow and it must be unique among all WorkflowTasks within a workflow definition. This name serves as the internal unique identifier for the task and is used to pick input and output parameters to feed into other tasks. [optional]

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