Interface WorkflowsWithTransitionRulesDetails

Details of workflows and their transition rules to delete.

interface WorkflowsWithTransitionRulesDetails {
    workflows: WorkflowTransitionRulesDetails[];
}

Properties

Properties

The list of workflows with transition rules to delete.