Lilt API binding for java
A single stage within a Workflow Template.
| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | The human readable name of a Workflow stage. | [optional] |
| assignmentType | AssignmentTypeEnum | An enum to represent all possible types of Workflow stage. | [optional] |
| Name | Value |
|---|---|
| READY_TO_START | "READY_TO_START" |
| TRANSLATE | "TRANSLATE" |
| REVIEW | "REVIEW" |
| SECONDARY_REVIEW | "SECONDARY_REVIEW" |
| DONE | "DONE" |