A workflow transition rule condition. This object returns nodeType as simple.

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

Properties

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

EXPERIMENTAL. The configuration of the transition rule.

nodeType: string
type: string

The type of the transition rule.