Skip to main content
Version: 8.9 (unreleased)

Type Alias: ConditionalEvaluationInstruction

type ConditionalEvaluationInstruction = object;

Defined in: gen/types.gen.ts:1338

Properties

processDefinitionKey?

optional processDefinitionKey: ProcessDefinitionKey;

Defined in: gen/types.gen.ts:1349

Used to evaluate root-level conditional start events of the process definition with the given key.


tenantId?

optional tenantId: TenantId;

Defined in: gen/types.gen.ts:1344

Used to evaluate root-level conditional start events for a tenant with the given ID. This will only evaluate root-level conditional start events of process definitions which belong to the tenant.


variables

variables: object;

Defined in: gen/types.gen.ts:1354

JSON object representing the variables to use for evaluation of the conditions and to pass to the process instances that have been triggered.

Index Signature

[key: string]: unknown