Skip to content

Commit 30d1bd6

Browse files
author
Donna-Marie Smith
committed
modified following PO Review
1 parent a4ff7e2 commit 30d1bd6

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

content/en/docs/2025.9/Guides/user-guides/user-interfaces/gateway/Admin/packages/package-version-editor.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ The Running Executions tab displays a list of currently running flow executions
159159
* `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.
160160
* `Started At` - the date and time when this flow started executing.
161161
* `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 `<CustomerName>.<Host Name> (<IPv4 Address>)`, `<CustomerName>` is the `CustomerName` specified at the time of installation to identify the platform, `<Host Name>` is the name of the host server, and `<IPv4 Address>` is the IP address of the host server.
163163
* `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.
164164

165165
#### Filter Running Executions
@@ -176,21 +176,21 @@ The {{< image src="/images/Package Version Editor - Filter Options.png" >}} icon
176176

177177
See the [View Running Executions][View Running Executions tutorial] tutorial for a step-by-step guide.
178178

179-
#### Stop Running Executions
179+
#### Debug Running Executions
180180

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.
181+
A running execution may be debugged by selecting the execution and clicking the {{< image src="/images/Package Version Editor - Attach to Execution.png" >}} icon; all dependent executions will automatically be attached to the same session, which will open in a new window.
182182

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.
183+
To stop debugging, detach the execution by clicking the {{< image src="/images/Package Version Editor - Detach from Execution.png" >}} icon; all dependent executions will be automatically detached. Any paused executions will immediately continue running. If any changes have been made to the executing flows whilst debugging, these changes will persist for these executions only.
184184

185-
See the [Stop Running Executions][Stop Running Executions tutorial] tutorial for a step-by-step guide.
185+
See the [Debug Running Executions][Debug Running Executions tutorial] tutorial for a step-by-step guide.
186186

187-
#### Debug Running Executions
187+
#### Stop Running Executions
188188

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.
189+
Any running flow execution may be aborted by selecting the execution and clicking the {{< image src="/images/Package Version Editor - Stop Execution.png" >}} icon. The flow execution will be stopped immediately.
190190

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.
191+
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.
192192

193-
See the [Debug Running Executions][Debug Running Executions tutorial] tutorial for a step-by-step guide.
193+
See the [Stop Running Executions][Stop Running Executions tutorial] tutorial for a step-by-step guide.
194194

195195
## Remarks
196196

@@ -225,8 +225,8 @@ See the [Debug Running Executions][Debug Running Executions tutorial] tutorial f
225225
* [Create a Trigger on a Package Version][Create a Trigger on a Package Version tutorial]
226226
* [Running Executions][Running Executions tutorials]
227227
* [View Running Executions][View Running Executions tutorial]
228-
* [Stop Running Executions][Stop Running Executions tutorial]
229228
* [Debug Running Executions][Debug Running Executions tutorial]
229+
* [Stop Running Executions][Stop Running Executions tutorial]
230230

231231
[Authorisation]: {{< ref "#authorisation" >}}
232232
[Create New Version]: {{< ref "#create-a-new-package-version" >}}

content/en/docs/2025.9/Tutorials/Administration/package-management.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ weight: 200
6969

7070
{{< scribe title="View_Published_Running_Executions" id="OrKFGSI6TT6gfeG9-UjuVQ" >}}
7171

72-
#### Stop Running Executions
73-
74-
{{< scribe title="Stop_Published_Running_Executions" id="6iA_QdvgTwuddrtmszbXTw" >}}
75-
7672
#### Debug Running Executions
7773

7874
{{< scribe title="Debug_Published_Running_Executions_in_CORTEX_Gateway" id="znO622WqQj28lFD6mulotw" >}}
75+
76+
#### Stop Running Executions
77+
78+
{{< scribe title="Stop_Published_Running_Executions" id="6iA_QdvgTwuddrtmszbXTw" >}}
536 Bytes
Loading

0 commit comments

Comments
 (0)