Interface CreateProcessInstanceWithResultResponseOnWire

interface CreateProcessInstanceWithResultResponseOnWire {
    bpmnProcessId: string;
    processDefinitionKey: string;
    processInstanceKey: string;
    tenantId: string;
    variables: string;
    version: number;
}

Hierarchy (view full)

Properties

bpmnProcessId: string

the BPMN process ID of the process definition which was used to create the process instance

processDefinitionKey: string

the key of the process definition which was used to create the process instance

processInstanceKey: string

the unique identifier of the created process instance; to be used wherever a request needs a process instance key (e.g. CancelProcessInstanceRequest)

tenantId: string

the tenant identifier of the process definition

variables: string

consisting of all visible variables to the root scope

version: number

the version of the process definition which was used to create the process instance

Generated using TypeDoc