@5minds/processcube_engine_sdk 6.0.3 → 6.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/DataModels/FlowNodeInstance/FlowNodeInstance.d.ts +5 -0
- package/dist/DataModels/FlowNodeInstance/Queries.d.ts +1 -0
- package/dist/commonjs/DataModels/FlowNodeInstance/FlowNodeInstance.js +1 -0
- package/dist/commonjs/DataModels/FlowNodeInstance/FlowNodeInstance.js.map +1 -1
- package/package.json +1 -1
|
@@ -75,6 +75,9 @@ export type FlowNodeInstanceList = {
|
|
|
75
75
|
* processModelId:
|
|
76
76
|
* description: The ID of the ProcessModel that contains this FlowNodeInstance
|
|
77
77
|
* type: string
|
|
78
|
+
* processModelName:
|
|
79
|
+
* description: The Name of the ProcessModel that contains this FlowNodeInstance
|
|
80
|
+
* type: string
|
|
78
81
|
* processInstanceId:
|
|
79
82
|
* description: The ID of the ProcessInstance that contains this FlowNodeInstance
|
|
80
83
|
* type: string
|
|
@@ -141,6 +144,7 @@ export type FlowNodeInstance = {
|
|
|
141
144
|
state: FlowNodeInstanceState;
|
|
142
145
|
processDefinitionId: string;
|
|
143
146
|
processModelId: string;
|
|
147
|
+
processModelName?: string;
|
|
144
148
|
processInstanceId: string;
|
|
145
149
|
correlationId: string;
|
|
146
150
|
/**
|
|
@@ -200,6 +204,7 @@ export declare enum FlowNodeInstanceSortableColumns {
|
|
|
200
204
|
parentProcessInstanceId = "parentProcessInstanceId",
|
|
201
205
|
processDefinitionId = "processDefinitionId",
|
|
202
206
|
processModelId = "processModelId",
|
|
207
|
+
processModelName = "processModelName",
|
|
203
208
|
processInstanceId = "processInstanceId",
|
|
204
209
|
correlationId = "correlationId",
|
|
205
210
|
ownerId = "ownerId",
|
|
@@ -8,6 +8,7 @@ type FlowNodeInstanceBaseQuery = {
|
|
|
8
8
|
previousFlowNodeInstanceId?: Array<string> | string;
|
|
9
9
|
processDefinitionId?: Array<string> | string;
|
|
10
10
|
processModelId?: Array<string> | string;
|
|
11
|
+
processModelName?: Array<string> | string;
|
|
11
12
|
processInstanceId?: Array<string> | string;
|
|
12
13
|
correlationId?: Array<string> | string;
|
|
13
14
|
parentProcessInstanceId?: Array<string> | string;
|
|
@@ -38,6 +38,7 @@ var FlowNodeInstanceSortableColumns;
|
|
|
38
38
|
FlowNodeInstanceSortableColumns["parentProcessInstanceId"] = "parentProcessInstanceId";
|
|
39
39
|
FlowNodeInstanceSortableColumns["processDefinitionId"] = "processDefinitionId";
|
|
40
40
|
FlowNodeInstanceSortableColumns["processModelId"] = "processModelId";
|
|
41
|
+
FlowNodeInstanceSortableColumns["processModelName"] = "processModelName";
|
|
41
42
|
FlowNodeInstanceSortableColumns["processInstanceId"] = "processInstanceId";
|
|
42
43
|
FlowNodeInstanceSortableColumns["correlationId"] = "correlationId";
|
|
43
44
|
FlowNodeInstanceSortableColumns["ownerId"] = "ownerId";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FlowNodeInstance.js","sourceRoot":"","sources":["../../../../src/DataModels/FlowNodeInstance/FlowNodeInstance.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"FlowNodeInstance.js","sourceRoot":"","sources":["../../../../src/DataModels/FlowNodeInstance/FlowNodeInstance.ts"],"names":[],"mappings":";;;AA2KA;;;;;;;;;;;;;;GAcG;AACH,IAAY,qBAOX;AAPD,WAAY,qBAAqB;IAC/B,4CAAmB,CAAA;IACnB,gDAAuB,CAAA;IACvB,8CAAqB,CAAA;IACrB,kDAAyB,CAAA;IACzB,wCAAe,CAAA;IACf,8CAAqB,CAAA;AACvB,CAAC,EAPW,qBAAqB,qCAArB,qBAAqB,QAOhC;AAOD,IAAY,+BAmBX;AAnBD,WAAY,+BAA+B;IACzC,4EAAyC,CAAA;IACzC,4DAAyB,CAAA;IACzB,gEAA6B,CAAA;IAC7B,gEAA6B,CAAA;IAC7B,gEAA6B,CAAA;IAC7B,0DAAuB,CAAA;IACvB,kDAAe,CAAA;IACf,4FAAyD,CAAA;IACzD,sFAAmD,CAAA;IACnD,8EAA2C,CAAA;IAC3C,oEAAiC,CAAA;IACjC,wEAAqC,CAAA;IACrC,0EAAuC,CAAA;IACvC,kEAA+B,CAAA;IAC/B,sDAAmB,CAAA;IACnB,0DAAuB,CAAA;IACvB,4DAAyB,CAAA;IACzB,8FAA2D,CAAA;AAC7D,CAAC,EAnBW,+BAA+B,+CAA/B,+BAA+B,QAmB1C"}
|