Skip to main content
Version: 8.9 (unreleased)

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.