Type Alias: ProcessInstanceCreationInstruction
type ProcessInstanceCreationInstruction =
| ProcessInstanceCreationInstructionByKey
| ProcessInstanceCreationInstructionById;
Instructions for creating a process instance. The process definition can be specified either by id or by key.