A workflow transition rule.

interface ConnectWorkflowTransitionRule {
    configuration: Version3.Version3Models.RuleConfiguration;
    id: string;
    key: string;
    transition?: Version3.Version3Models.WorkflowTransition;
}

Properties

id: string

The ID of the transition rule.

key: string

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