You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/2025.9/Guides/user-guides/user-interfaces/gateway/Admin/packages/package-version-editor.md
+72-20Lines changed: 72 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -149,11 +149,48 @@ See the [Create a Trigger on a Package Version][Create a Trigger on a Package Ve
149
149
150
150
### Running Executions
151
151
152
-
The Running Executions tab displays a list of currently running flow executions for the selected package version. Each row in the list is a distinct flow execution, and identifies the `Flow Name`, its `Execution Id`, the time the execution `Started At`, and the `Duration` of that execution; the `Duration` is updated at 10 second intervals.
Any running flow execution may be aborted by selecting the flow and clicking the `Stop the execution` icon. The flow execution will be stopped immediately.
154
+
The Running Executions tab displays a list of currently running flow executions for the selected package version. Each row in the list is a distinct flow execution, and identifies:
155
155
156
-
See the [View and Abort Running Flow Executions][View and Abort Running Flow Executions tutorial] tutorial for a step-by-step guide.
156
+
*`Flow Name` - the name of the flow being executed.
157
+
*`Execution Id` - the unique execution ID for this flow.
158
+
*`Parent Execution Id` - the Execution ID of the flow that initiated the execution of this flow. If this flow was not initiated by another flow the Parent Execution Id is blank.
159
+
*`Root Execution Id` - the Execution ID of the initial flow to be executed. If this flow is the initially executed flow, its Execution Id will be also the Root Execution Id. If this flow execution was initiated by another flow, if will share the same Root Execution Id to that of the parent flow.
160
+
*`Started At` - the date and time when this flow started executing.
161
+
*`Duration` - the current duration of the flow in seconds; the Duration is updated at 10 second intervals.
162
+
*`Executing On` - identifies the node executing this flow. It has the format of `<Installation>.<Host Name> (<IPv4 Address)`, `<Installation>` is a custom text string specified at the time of installation, `<Host Name>` is the name of the host server, and `<IPv4 Address>` is the IP address configured on the host’s network adaptor.
163
+
*`Debugged By`– identifies the user that has attached to this flow to debug it in {{% ctx %}} Gateway. This will be blank if a user is not attached to the flow.
164
+
165
+
#### Filter Running Executions
166
+
167
+
Flows may be filtered by entering text into the search field of any column to form a partial text match with the displayed data.
168
+
169
+
Note: The `Started At` column must be filtered using the date-time format of `yyyy-MM-ddThh:mm:ss`. A partial match of digits used in the `Started At` filter may be used.
170
+
171
+
See the [View Running Executions][View Running Executions tutorial] tutorial for a step-by-step guide.
172
+
173
+
#### Group, Sort and Aggregate Running Executions
174
+
175
+
The {{< image src="/images/Package Version Editor - Filter Options.png" >}} icon to the right of each column name reveals a menu enabling the executing flows to be grouped, sorted, or have an aggregation function applied the column’s data.
176
+
177
+
See the [View Running Executions][View Running Executions tutorial] tutorial for a step-by-step guide.
178
+
179
+
#### Stop Running Executions
180
+
181
+
Any running flow execution may be aborted by selecting the flow and clicking the {{< image src="/images/Package Version Editor - Stop Execution.png" >}} icon. The flow execution will be stopped immediately.
182
+
183
+
Multiple executions may be stopped simultaneously by selecting the executions by holding down the Ctrl or Shift key and clicking the executions to select, then clicking the `Stop the execution` icon.
184
+
185
+
See the [Stop Running Executions][Stop Running Executions tutorial] tutorial for a step-by-step guide.
186
+
187
+
#### Debug Running Executions
188
+
189
+
A running execution may be debugged in {{% ctx %}} Gateway by selecting the execution in the Running Executions grid and clicking the {{< image src="/images/Package Version Editor - Attach to Execution.png" >}} icon; all dependent running executions will also be automatically attached to the same {{% ctx %}} Gateway session, which will open in a new window.
190
+
191
+
To abort debugging in {{% ctx %}} Gateway, detach the execution by clicking the {{< image src="/images/Package Version Editor - Detach from Execution.png" >}} icon. Any paused executions in {{% ctx %}} Gateway will immediately continue running. If any changes have been made to the executing flow whilst debugging in {{% ctx %}} Gateway, these changes will persist for this execution only after the execution has been detached.
192
+
193
+
See the [Debug Running Executions][Debug Running Executions tutorial] tutorial for a step-by-step guide.
157
194
158
195
## Remarks
159
196
@@ -173,16 +210,23 @@ See the [View and Abort Running Flow Executions][View and Abort Running Flow Exe
173
210
174
211
### Related Tutorials
175
212
176
-
*[Create a New Package Version][Create a New Package Version tutorial]
177
-
*[Publish a Package Version][Publish a Package Version tutorial]
178
-
*[Set the Default Package][Set the Default Package tutorial]
179
-
*[Set the Default Package Version][Set the Default Package Version tutorial]
180
-
*[Unpublish a Package Version][Unpublish a Package Version tutorial]
181
-
*[Export a Package Version][Export a Package Version tutorial]
182
-
*[Set Authorisation on a Package Version][Set Authorisation on a Package Version tutorial]
183
-
*[Create a Schedule on a Package Version][Create a Schedule on a Package Version tutorial]
184
-
*[Create a Trigger on a Package Version][Create a Trigger on a Package Version tutorial]
185
-
*[View and Abort Running Flow Executions][View and Abort Running Flow Executions tutorial]
213
+
*[Definition][Definition tutorials]
214
+
*[Create a New Package Version][Create a New Package Version tutorial]
215
+
*[Publish a Package Version][Publish a Package Version tutorial]
216
+
*[Set the Default Package][Set the Default Package tutorial]
217
+
*[Set the Default Package Version][Set the Default Package Version tutorial]
218
+
*[Unpublish a Package Version][Unpublish a Package Version tutorial]
219
+
*[Export a Package Version][Export a Package Version tutorial]
220
+
*[Authorisation][Authorisation tutorials]
221
+
*[Set Authorisation on a Package Version][Set Authorisation on a Package Version tutorial]
222
+
*[Schedules][Schedules tutorials]
223
+
*[Create a Schedule on a Package Version][Create a Schedule on a Package Version tutorial]
224
+
*[Triggers][Triggers tutorials]
225
+
*[Create a Trigger on a Package Version][Create a Trigger on a Package Version tutorial]
Copy file name to clipboardExpand all lines: content/en/docs/2025.9/Guides/user-guides/user-interfaces/gateway/ops/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ To view Service Fabric Explorer, the Service Fabric client certificate must be {
31
31
32
32
#### Running Executions
33
33
34
-
This tile displays the current number of [Running Executions][]. The {{< image src="/images/GoTo.png" >}} icon navigates to the [Package Management][Package Management] feature, to provide a breakdown of running executions by package version and flow.
34
+
This tile displays the current number of [Running Executions][], including any child executions. The {{< image src="/images/GoTo.png" >}} icon navigates to the [Package Management][Package Management] feature, to provide a breakdown of running executions by package version and flow.
0 commit comments