Skip to content

Interface: WorkflowCompoundCondition

Defined in: src/cloud/models/workflowCompoundCondition.ts:5

Properties

conditions

ts
conditions: WorkflowCondition[];

Defined in: src/cloud/models/workflowCompoundCondition.ts:6


nodeType

ts
nodeType: "compound";

Defined in: src/cloud/models/workflowCompoundCondition.ts:7


operator

ts
operator: string & object | "AND" | "OR";

Defined in: src/cloud/models/workflowCompoundCondition.ts:8