@camunda8/sdk
    Preparing search index...

    Class CreateProcessInstanceResponse<T>

    Type Parameters

    • T = Record<string, never>
    Index

    Constructors

    Properties

    processDefinitionId: string

    The BPMN process ID of the process definition

    processDefinitionKey: string

    The unique key identifying the process definition (e.g. returned from a process in the DeployResourceResponse message)

    processInstanceKey: string
    tenantId: string

    the tenant identifier of the created process instance

    variables: T

    If awaitCompletion is true, this will be populated with the output variables. Otherwise, it will be an empty object.

    version: number

    The version of the process; set to -1 to use the latest version