The update workflows payload.

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

Properties

The statuses to associate with the workflows.

workflows?: WorkflowUpdate[]

The details of the workflows to update.