The create workflows payload.

interface WorkflowCreateRequest {
    scope: WorkflowScope;
    statuses: WorkflowStatusUpdate[];
    workflows: WorkflowCreate[];
}

Properties

The scope of the workflow.

The statuses to associate with the workflows.

workflows: WorkflowCreate[]

The details of the workflows to create.