WorkflowModel

View as Markdown

WorkflowModel

WorkflowModel for creating or updating workflow.

NameTypeDescription
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.