Task instance within the workflow to be executed.
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] |