Interface CreateProcessInstanceBaseRequest

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

Hierarchy (view full)

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

Generated using TypeDoc