lilt-python

API bindings for the Lilt REST API.

View the Project on GitHub lilt/lilt-python

NextWorkflowTask

Information about a document workflow task after it has moved a stage.

Properties

Name | Type | Description | Notes ———— | ————- | ————- | ————- status | str | Identifier of the current workflow task. | new_task_id | int | The identifier of the workflow task that is now currently active. | [optional] new_stage_name | str | The name of the workflow task that is now currently active. | [optional]

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