Interface CreateProcessInstanceWithResultReq<T>

Type Parameters

Hierarchy

Properties

bpmnProcessId: string

the BPMN process ID of the process definition

fetchVariables?: string[]

list of names of variables to be included in CreateProcessInstanceWithResultResponse.variables. If empty, all visible variables in the root scope will be returned.

requestTimeout?: number

timeout in milliseconds. the request will be closed if the process is not completed before the requestTimeout. if requestTimeout = 0, uses the generic requestTimeout configured in the gateway.

variables: T

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