Enum WorkflowStatus
Workflow status of the document.
Syntax
public enum WorkflowStatus
Fields
Name | Description |
---|---|
Completed | The document has been finished by everyone. |
Review1InProgress | The Reviewer1 has started working on the document. |
Review1NotStarted | The Translator has finished with the document, and it is now in the hands of the Review1 who has not started working with the document yet. |
Review2InProgress | The Reviewer2 has started working on the document. |
Review2NotStarted | The Reviewer1 has finished with the document, and it is now in the hands of the Review2 who has not started working with the document yet. |
TranslationInProgress | The Translator has started working on the document. |
TranslationNotStarted | The Translator is the next actor of the document but has not started working on it yet. |
Unknown | Initial workflow state, or workflow state when it is not defined. |