Type Alias: ElementInstanceResult
type ElementInstanceResult = object;
Defined in: gen/types.gen.ts:2498
Properties
elementId
elementId: ElementId;
Defined in: gen/types.gen.ts:2514
The element ID for this element instance.
elementInstanceKey
elementInstanceKey: ElementInstanceKey;
Defined in: gen/types.gen.ts:2538
The assigned key, which acts as a unique identifier for this element instance.
elementName
elementName: string;
Defined in: gen/types.gen.ts:2518
The element name for this element instance.
endDate?
optional endDate: string;
Defined in: gen/types.gen.ts:2510
Date when element instance finished.
hasIncident
hasIncident: boolean;
Defined in: gen/types.gen.ts:2530
Shows whether this element instance has an incident. If true also an incidentKey is provided.
incidentKey?
optional incidentKey: IncidentKey;
Defined in: gen/types.gen.ts:2551
Incident key associated with this element instance.
processDefinitionId
processDefinitionId: ProcessDefinitionId;
Defined in: gen/types.gen.ts:2502
The process definition ID associated to this element instance.
processDefinitionKey
processDefinitionKey: ProcessDefinitionKey;
Defined in: gen/types.gen.ts:2547
The process definition key associated to this element instance.
processInstanceKey
processInstanceKey: ProcessInstanceKey;
Defined in: gen/types.gen.ts:2542
The process instance key associated to this element instance.
rootProcessInstanceKey?
optional rootProcessInstanceKey: RootProcessInstanceKey;
Defined in: gen/types.gen.ts:2543
startDate
startDate: string;
Defined in: gen/types.gen.ts:2506
Date when element instance started.
state
state: ElementInstanceStateEnum;
Defined in: gen/types.gen.ts:2526
State of element instance as defined set of values.
tenantId
tenantId: TenantId;
Defined in: gen/types.gen.ts:2534
The tenant ID of the incident.
type
type:
| "UNSPECIFIED"
| "PROCESS"
| "SUB_PROCESS"
| "EVENT_SUB_PROCESS"
| "AD_HOC_SUB_PROCESS"
| "AD_HOC_SUB_PROCESS_INNER_INSTANCE"
| "START_EVENT"
| "INTERMEDIATE_CATCH_EVENT"
| "INTERMEDIATE_THROW_EVENT"
| "BOUNDARY_EVENT"
| "END_EVENT"
| "SERVICE_TASK"
| "RECEIVE_TASK"
| "USER_TASK"
| "MANUAL_TASK"
| "TASK"
| "EXCLUSIVE_GATEWAY"
| "INCLUSIVE_GATEWAY"
| "PARALLEL_GATEWAY"
| "EVENT_BASED_GATEWAY"
| "SEQUENCE_FLOW"
| "MULTI_INSTANCE_BODY"
| "CALL_ACTIVITY"
| "BUSINESS_RULE_TASK"
| "SCRIPT_TASK"
| "SEND_TASK"
| "UNKNOWN";
Defined in: gen/types.gen.ts:2522
Type of element as defined set of values.