Type Alias: ProcessInstanceCreationInstruction
type ProcessInstanceCreationInstruction =
| ProcessInstanceCreationInstructionById
| ProcessInstanceCreationInstructionByKey;
Defined in: gen/types.gen.ts:5397
Instructions for creating a process instance. The process definition can be specified either by id or by key.