Type Alias: ProcessInstanceCallHierarchyEntry
type ProcessInstanceCallHierarchyEntry = object;
Defined in: gen/types.gen.ts:5858
Properties
processDefinitionKey
processDefinitionKey: ProcessDefinitionKey;
Defined in: gen/types.gen.ts:5866
The key of the process definition.
processDefinitionName
processDefinitionName: string;
Defined in: gen/types.gen.ts:5870
The name of the process definition (fall backs to the process definition id if not available).
processInstanceKey
processInstanceKey: ProcessInstanceKey;
Defined in: gen/types.gen.ts:5862
The key of the process instance.