The create workflows payload.

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

Hierarchy (view full)

Properties

The statuses to associate with the workflows.

workflows: WorkflowCreate[]

The details of the workflows to create.