Skip to main content
Version: 8.9

Type Alias: ConditionalEvaluationInstruction

type ConditionalEvaluationInstruction = object;

Properties

processDefinitionKey?

optional processDefinitionKey?: ProcessDefinitionKey;

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


tenantId?

optional tenantId?: TenantId;

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;

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