# LiltNode.WorkflowStageTemplate ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | The human readable name of a Workflow stage. | [optional] **assignmentType** | **String** | An enum to represent all possible types of Workflow stage. | [optional] ## Enum: AssignmentTypeEnum * `READY_TO_START` (value: `"READY_TO_START"`) * `TRANSLATE` (value: `"TRANSLATE"`) * `REVIEW` (value: `"REVIEW"`) * `SECONDARY_REVIEW` (value: `"SECONDARY_REVIEW"`) * `DONE` (value: `"DONE"`)