Type Alias: ScopeKey
type ScopeKey = ProcessInstanceKey | ElementInstanceKey;
System-generated key for a scope. A scope can hold variables and represents either an element instance in a BPMN process or the process instance itself.
type ScopeKey = ProcessInstanceKey | ElementInstanceKey;
System-generated key for a scope. A scope can hold variables and represents either an element instance in a BPMN process or the process instance itself.