Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 672 Bytes

WorkflowTask.md

File metadata and controls

15 lines (11 loc) · 672 Bytes

WorkflowTask

Information about a workflow task.

Properties

Name Type Description Notes
id int Identifier of the current workflow task.
workflow_stage_id int Identifier of the current workflow stage.
name str Name of the current workflow stage.
entered_at str Date and time when task was created.
started_at str Date and time when task was started. [optional]

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