The update workflows payload.

interface WorkflowUpdateRequest {
    statuses: WorkflowStatusUpdate[];
    workflows: WorkflowUpdate[];
}

Hierarchy (view full)

Properties

Properties

The statuses to associate with the workflows.

workflows: WorkflowUpdate[]

The details of the workflows to update.