A workflow transition rule.

interface ConnectWorkflowTransitionRule {
    configuration: Version2.Version2Models.RuleConfiguration;
    id: string;
    key: string;
    transition?: Version2.Version2Models.WorkflowTransition;
}

Properties

id: string

The ID of the transition rule.

key: string

The key of the rule, as defined in the Connect app descriptor.