Details about a workflow configuration update request.

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

Properties

workflowRuleIds: string[]

The list of connect workflow rule IDs.