Details about a workflow configuration update request.

interface WorkflowTransitionRulesDetails {
    workflowId: WorkflowId;
    workflowRuleIds: string[];
}

Properties

workflowId: WorkflowId

Properties that identify a workflow.

workflowRuleIds: string[]

The list of connect workflow rule IDs.