@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias ConditionalEvaluationInstruction

    type ConditionalEvaluationInstruction = {
        processDefinitionKey?: ProcessDefinitionKey;
        tenantId?: TenantId;
        variables: { [key: string]: unknown };
    }
    Index

    Properties

    processDefinitionKey?: ProcessDefinitionKey

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

    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: { [key: string]: unknown }

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