Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CreateProcessInstanceRequest

Hierarchy

Index

Properties

bpmnProcessId

bpmnProcessId: string

the BPMN process ID of the process definition

startInstructions

List of start instructions. If empty (default) the process instance will start at the start event. If non-empty the process instance will apply start instructions after it has been created

Optional tenantId

tenantId: string

the tenant id of the process definition

variables

variables: string

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

Optional version

version: number

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

Generated using TypeDoc