A workflow transition rule.

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

Properties

Properties

configuration?: unknown

EXPERIMENTAL. The configuration of the transition rule.

type: string

The type of the transition rule.