A workflow transition rule.

interface WorkflowTransitionRule {
    configuration?: any;
    type: string;
}

Properties

Properties

configuration?: any

EXPERIMENTAL. The configuration of the transition rule.

type: string

The type of the transition rule.