WorkflowModel
WorkflowModel
WorkflowModel for creating or updating workflow.
| Name | Type | Description |
|---|---|---|
| Name | string | Name for the workflow. |
| AdminUsers | Dictionary<string, object> | Admin user for the workflow. |
| Branches | List<string> | List of branches for the workflow accessible. |
| ContentTypes | List<string> | List of content types for the workflow. |
| Enabled | bool | Set true to enable workflow. |
| WorkflowStages | List<WorkflowStage> | List of workflow stage for the workflow. |