@camunda8/sdk
    Preparing search index...

    Interface CreateProcessInstanceBaseRequest

    interface CreateProcessInstanceBaseRequest {
        bpmnProcessId: string;
        tenantId?: string;
        variables: string;
        version?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    bpmnProcessId: string

    the BPMN process ID of the process definition

    tenantId?: string

    the tenant id of the process definition

    variables: string

    JSON document that will instantiate the variables for the root variable scope of the process instance.

    version?: number

    the version of the process; if not specified it will use the latest version