lilt-python

API bindings for the Lilt REST API.

View the Project on GitHub lilt/lilt-python

WorkflowTemplate

A workflow template which defines the workflow’s possible steps (combination of Translation, Review and Customer Review).

Properties

Name | Type | Description | Notes ———— | ————- | ————- | ————- id | float | Identifier of a teams Workflow template. Can be used during Job creation for specifying the workflow used for a job or language pair. | [optional] name | str | | [optional] team_id | float | The name of a given Workflow template. | [optional] stages | list[WorkflowStageTemplate] | The stages in this workflow template. | [optional]

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