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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -159,7 +159,7 @@ The Running Executions tab displays a list of currently running flow executions
159
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
160
*`Started At` - the date and time when this flow started executing.
161
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.
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
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
164
165
165
#### Filter Running Executions
@@ -172,15 +172,15 @@ See the [View Running Executions][View Running Executions tutorial] tutorial for
172
172
173
173
#### Group, Sort and Aggregate Running Executions
174
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.
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 to the column’s data.
176
176
177
177
See the [View Running Executions][View Running Executions tutorial] tutorial for a step-by-step guide.
178
178
179
179
#### Stop Running Executions
180
180
181
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
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.
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 {{< image src="/images/Package Version Editor - Stop Execution.png" >}} icon.
184
184
185
185
See the [Stop Running Executions][Stop Running Executions tutorial] tutorial for a step-by-step guide.
0 commit comments