Details about a workflow configuration update request.

interface WorkflowTransitionRulesUpdate {
    workflows: WorkflowTransitionRules[];
}

Properties

Properties

The list of workflows with transition rules to update.