A workflow transition rule.

interface CreateWorkflowTransitionRule {
    configuration?: {
        [key: string]: unknown;
    };
    type: string;
}

Properties

Properties

configuration?: {
    [key: string]: unknown;
}

EXPERIMENTAL. The configuration of the transition rule.

Type declaration

  • [key: string]: unknown

    EXPERIMENTAL. The configuration of the transition rule.

type: string

The type of the transition rule.