A workflow transition rule.

interface CreateWorkflowTransitionRule {
    configuration?: {};
    type: string;
}

Properties

Properties

configuration?: {}

EXPERIMENTAL. The configuration of the transition rule.

Type declaration

    type: string

    The type of the transition rule.