lilt-python

API bindings for the Lilt REST API.

View the Project on GitHub lilt/lilt-python

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]