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