A workflow transition condition.

interface CreateWorkflowCondition {
    conditions?: Version3.Version3Models.CreateWorkflowCondition[];
    configuration?: {};
    operator?: string;
    type?: string;
}

Properties

The list of workflow conditions.

configuration?: {}

EXPERIMENTAL. The configuration of the transition rule.

Type declaration

    operator?: string

    The compound condition operator.

    type?: string

    The type of the transition rule.