Type Alias: EvaluateConditionalResult
type EvaluateConditionalResult = object;
Defined in: gen/types.gen.ts:1359
Properties
conditionalEvaluationKey
conditionalEvaluationKey: ConditionalEvaluationKey;
Defined in: gen/types.gen.ts:1363
The unique key of the conditional evaluation operation.
processInstances
processInstances: ProcessInstanceReference[];
Defined in: gen/types.gen.ts:1371
List of process instances created. If no root-level conditional start events evaluated to true, the list will be empty.
tenantId
tenantId: TenantId;
Defined in: gen/types.gen.ts:1367
The tenant ID of the conditional evaluation operation.