Skip to main content
Version: 8.9

Type Alias: ProcessInstanceCallHierarchyEntry

type ProcessInstanceCallHierarchyEntry = object;

Properties

processDefinitionKey

processDefinitionKey: ProcessDefinitionKey;

The key of the process definition.


processDefinitionName

processDefinitionName: string;

The name of the process definition (fall backs to the process definition id if not available).


processInstanceKey

processInstanceKey: ProcessInstanceKey;

The key of the process instance.