Skip to main content
Version: 8.9 (unreleased)

Type Alias: ProcessInstanceSequenceFlowResult

type ProcessInstanceSequenceFlowResult = object;

Defined in: gen/types.gen.ts:5886

Process instance sequence flow result.

Properties

elementId?

optional elementId: ElementId;

Defined in: gen/types.gen.ts:5907

The element id for this sequence flow, as provided in the BPMN process.


processDefinitionId?

optional processDefinitionId: ProcessDefinitionId;

Defined in: gen/types.gen.ts:5903

The process definition id.


processDefinitionKey?

optional processDefinitionKey: ProcessDefinitionKey;

Defined in: gen/types.gen.ts:5899

The process definition key.


processInstanceKey?

optional processInstanceKey: ProcessInstanceKey;

Defined in: gen/types.gen.ts:5894

The key of this process instance.


rootProcessInstanceKey?

optional rootProcessInstanceKey: RootProcessInstanceKey;

Defined in: gen/types.gen.ts:5895


sequenceFlowId?

optional sequenceFlowId: string;

Defined in: gen/types.gen.ts:5890

The sequence flow id.


tenantId?

optional tenantId: TenantId;

Defined in: gen/types.gen.ts:5908