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

    Type Alias EvaluateConditionalResult

    type EvaluateConditionalResult = {
        conditionalEvaluationKey: ConditionalEvaluationKey;
        processInstances: ProcessInstanceReference[];
        tenantId: TenantId;
    }
    Index

    Properties

    conditionalEvaluationKey: ConditionalEvaluationKey

    The unique key of the conditional evaluation operation.

    processInstances: ProcessInstanceReference[]

    List of process instances created. If no root-level conditional start events evaluated to true, the list will be empty.

    tenantId: TenantId

    The tenant ID of the conditional evaluation operation.