Type Alias: ProcessInstanceSequenceFlowResult
type ProcessInstanceSequenceFlowResult = object;
Process instance sequence flow result.
Properties
elementId
elementId: ElementId;
The element id for this sequence flow, as provided in the BPMN process.
processDefinitionId
processDefinitionId: ProcessDefinitionId;
The process definition id.
processDefinitionKey
processDefinitionKey: ProcessDefinitionKey;
The process definition key.
processInstanceKey
processInstanceKey: ProcessInstanceKey;
The key of this process instance.
rootProcessInstanceKey
rootProcessInstanceKey: ProcessInstanceKey | null;
The key of the root process instance. The root process instance is the top-level ancestor in the process instance hierarchy. This field is only present for data belonging to process instance hierarchies created in version 8.9 or later.
sequenceFlowId
sequenceFlowId: string;
The sequence flow id.
tenantId
tenantId: TenantId;