lilt-python

API bindings for the Lilt REST API.

View the Project on GitHub lilt/lilt-python

DocumentWorkflow

Workflow metadata related to a document.

Properties

Name | Type | Description | Notes ———— | ————- | ————- | ————- document_id | int | Identifier of a document. | [optional] workflow_id | int | Identifier for a Workflow that the document is using. | [optional] stages | list[WorkflowStage] | The stages in the document's workflow. | [optional] current_task | WorkflowTask | | [optional]

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