Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 644 Bytes

WorkflowStageTemplate.md

File metadata and controls

26 lines (15 loc) · 644 Bytes

WorkflowStageTemplate

A single stage within a Workflow Template.

Properties

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]

Enum: AssignmentTypeEnum

Name Value
READY_TO_START "READY_TO_START"
TRANSLATE "TRANSLATE"
REVIEW "REVIEW"
SECONDARY_REVIEW "SECONDARY_REVIEW"
DONE "DONE"