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
| <nobr>[{{% ctx %}} Innovation Execution Application][] </nobr> | 27.3.1.25310 | Yes | Major | Yes | Major changes occurred between releases, these changes are related to the Code Analyser that restricts what C# code can be executed from flows within CORTEX and is [breaking][Breaking - Introduced Code Analyser to the {{% ctx %}} Execution Service] between 2025.3 and 2025.5. |
95
95
| <nobr> > [{{% ctx %}} Execution Service][] </nobr> | 27.3.1.25310 | Yes | Major | Yes | Major changes occurred between releases, these changes are related to the Code Analyser that restricts what C# code can be executed from flows within CORTEX and is [breaking][Breaking - Introduced Code Analyser to the {{% ctx %}} Execution Service] between 2025.3 and 2025.5. |
96
-
| <nobr>[{{% ctx %}} Gateway][Gateway], including [{{% ctx %}} Studio][] </nobr> | 13.5.0.25260 | Yes | Major | Yes | Major changes occurred between releases, these changes are related to the Code Analyser that restricts what C# code can be executed from flows within CORTEX and is [breaking][Breaking - Introduced Code Analyser to the {{% ctx %}} Execution Service] between 2025.3 and 2025.5. |
96
+
| <nobr>[{{% ctx %}} Gateway][Gateway] </nobr> | 13.5.0.25260 | Yes | Major | Yes | Major changes occurred between releases, these changes are related to the Code Analyser that restricts what C# code can be executed from flows within CORTEX and is [breaking][Breaking - Introduced Code Analyser to the {{% ctx %}} Execution Service] between 2025.3 and 2025.5. |
[Innovation Only - Single Server - Without HA]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.SingleServerWithoutHA.MainDoc" version="2025.5" >}}
683
683
[Innovation Only - Multiple Server - With HA]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.MultipleServerWithHA.MainDoc" version="2025.5" >}}
684
684
685
685
[Adding Innovation to a 7.2 Installation - Single Server - Without HA]: {{< url path="Cortex.GettingStarted.OnPremise.AddInnovationTo72.SingleServerWithoutHA.MainDoc" version="2025.5" >}}
686
686
[Adding Innovation to a 7.2 Installation - Multiple Server - With HA]: {{< url path="Cortex.GettingStarted.OnPremise.AddInnovationTo72.MultipleServerWithHA.MainDoc" version="2025.5" >}}
687
687
688
-
[Upgrade - Single Server - Without HA]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2024.11to2025.1.SingleServerWithoutHA.MainDoc" version="2025.5" >}}
689
-
[Upgrade - Multiple Server - With HA]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2024.11to2025.1.MultipleServerWithHA.MainDoc" version="2025.5" >}}
688
+
[Upgrade - Single Server - Without HA]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3to2025.5.SingleServerWithoutHA.MainDoc" version="2025.5" >}}
689
+
[Upgrade - Multiple Server - With HA]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3to2025.5.MultipleServerWithHA.MainDoc" version="2025.5" >}}
690
690
[Breaking - Introduced Code Analyser to the {{% ctx %}} Execution Service]: {{< ref "#introduced-code-analyser-to-the-cortex-execution-service-1" >}}
Copy file name to clipboardExpand all lines: content/en/docs/2025.5/Guides/user-guides/user-interfaces/gateway/dev/flow-editor/bottom-panel/executions-grid.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,10 +19,12 @@ The Executions Grid is automatically displayed when in `Debug` mode and a flow i
19
19
20
20
Flows that are `Running` or `Paused` are shown with a green background; flows that have raised an [exception][What is an Exception?] are shown with a red background.
21
21
22
-
An [execution][What is an Execution?] may be selected by clicking on its row and can be controlled by action icons at the top right of the Executions Grid. Multiple executions can be selected using `Ctrl + Click` or `Shift + Click`. Selected executions are indicated with a darker background and the actions available are dependent on the state of the selected executions; greyed-out action icons are not applicable to the selected executions’ state.
23
-
24
22
## Actions
25
23
24
+
### Select an Execution
25
+
26
+
An [execution][What is an Execution?] may be selected by clicking on its row and can be controlled by action icons at the top right of the Executions Grid. Multiple executions can be selected using `Ctrl + Click` or `Shift + Click`. Selected executions are indicated with a darker background and the actions available are dependent on the state of the selected executions; greyed-out action icons are not applicable to the selected executions’ state.
27
+
26
28
### Continue the Execution
27
29
28
30
Clicking the {{< image src="/images/Flow Editor - Continue Execution.png" >}} icon causes the selected executions to continue until the flow ends, a breakpoint is reached, or [`Break on exception`][Execution Options] is enabled and an exception has occurred causing the flow to pause. This action is only available for paused executions.
Copy file name to clipboardExpand all lines: content/en/docs/2025.5/Guides/user-guides/user-interfaces/gateway/dev/flow-editor/bottom-panel/variables-grid.md
+24-22Lines changed: 24 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,55 +40,57 @@ Clicking the {{< image src="/images/Flow Editor - Add Variables.png" >}} icon wi
40
40
41
41
See the [Create, Rename and Delete a Variable][Create, Rename and Delete a Variable tutorial] tutorial for a step-by-step guide.
42
42
43
-
### Rename a Variable
43
+
### Modify a Variable
44
+
45
+
#### Rename a Variable
44
46
45
47
Double-click the variable’s `Name` field to enable its editing; rename the variable and click outside the field to complete the renaming process. It is entered as free-format text, however, when it is saved, it will automatically be prepended by `($)` to denote that this is a variable. If the `Name` is entered prepended by a `($)`, the system will not duplicate the prefix.
46
48
47
49
Renaming a variable will update any use of that variable in the flow to use the new name. If a variable is renamed to a name that already exists the renamed variable and the existing variable will be highlighted in red text.
48
50
49
51
See the [Create, Rename and Delete a Variable][Create, Rename and Delete a Variable tutorial] tutorial for a step-by-step guide.
50
52
51
-
### Copy Variables
52
-
53
-
Right-click anywhere on a variable and select `Copy` from the context menu to copy the variable. To copy multiple variables select all the variables to be copied before right-clicking.
54
-
55
-
### Cut Variables
56
-
57
-
Right-click anywhere on a variable and select `Cut` from the context menu to cut the variable. To cut multiple variables select all the variables to be cut before right-clicking.
58
-
59
-
### Paste Variables
60
-
61
-
Right-click anywhere in the variable grid and select `Paste` from the context menu to paste the cut or copied variable(s). The pasted variable(s) will be added to the currently selected workspace and if a variable already exists on that workspace with the same name it will append `-Copy` to the name.
62
-
63
-
### Delete Variables
64
-
65
-
Right-click anywhere on a variable and select `Delete` from the context menu to delete the variable. Alternatively, select the variable to be deleted and use the `delete` key to delete the variable. To delete multiple variables select all the variables to be deleted before right-clicking or using the `delete` key.
66
-
67
-
See the [Create, Rename and Delete a Variable][Create, Rename and Delete a Variable tutorial] tutorial for a step-by-step guide.
68
-
69
-
### Assigning a Default Value to a Variable
53
+
#### Assigning a Default Value to a Variable
70
54
71
55
Double-click the `Set Default Value?` field of the required variable to reveal a checkbox; click on the checkbox to enable the default value.
72
56
Then, double-click on the `Default Value` field to open an [Expression Editor][] in which to specify the default value.
73
57
74
58
See the [Assign a Default Value to a Variable][Assign a Default Value to a Variable tutorial] tutorial for a step-by-step guide.
75
59
76
-
### Defining an Input or Output Variable
60
+
####Defining an Input or Output Variable
77
61
78
62
The scope of an input or output variable must be set to the top-Level workspace, i.e. flow level, for it to accept an input value or return an output value. Double-click on the `Is Input Variable?` or `Is Output Variable?` fields, as appropriate, to reveal a checkbox. Click on the checkbox to tick it to make the selected variable an input or output variable.
79
63
80
64
A single variable can be both an input variable and an output variable.
81
65
82
66
See the [Define an Input or Output Variable][Define an Input or Output Variable tutorial] tutorial for a step-by-step guide.
83
67
84
-
### Modifying the Scope of a Variable
68
+
####Modifying the Scope of a Variable
85
69
86
70
Double-click on the `Scope` field of the variable to open a dropdown menu. Select the scope from the dropdown.
87
71
88
72
To change the scope for multiple variables, they can be changed individually, or alternatively, select all variables to be changed, [cut][] them, open the workspace that they should be moved to and then [paste][] them.
89
73
90
74
See the [Modify the Scope of a Variable][Modify the Scope of a Variable tutorial] tutorial for a step-by-step guide.
91
75
76
+
### Copy Variables
77
+
78
+
Right-click anywhere on a variable and select `Copy` from the context menu to copy the variable. To copy multiple variables select all the variables to be copied before right-clicking.
79
+
80
+
### Cut Variables
81
+
82
+
Right-click anywhere on a variable and select `Cut` from the context menu to cut the variable. To cut multiple variables select all the variables to be cut before right-clicking.
83
+
84
+
### Paste Variables
85
+
86
+
Right-click anywhere in the variable grid and select `Paste` from the context menu to paste the cut or copied variable(s). The pasted variable(s) will be added to the currently selected workspace and if a variable already exists on that workspace with the same name it will append `-Copy` to the name.
87
+
88
+
### Delete Variables
89
+
90
+
Right-click anywhere on a variable and select `Delete` from the context menu to delete the variable. Alternatively, select the variable to be deleted and use the `delete` key to delete the variable. To delete multiple variables select all the variables to be deleted before right-clicking or using the `delete` key.
91
+
92
+
See the [Create, Rename and Delete a Variable][Create, Rename and Delete a Variable tutorial] tutorial for a step-by-step guide.
93
+
92
94
### Sort Variables
93
95
94
96
The variables displayed may be ordered by any of the columns.
Copy file name to clipboardExpand all lines: content/en/docs/2025.5/Overview/_index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ weight: 2
9
9
10
10
### Low-code automation
11
11
12
-
{{% ctx %}} is a **[low-code][Studio]**, **automation and orchestration platform**, that enables organisations to graphically **capture** and **automate** anything from simple **tasks**, to interactive **workflows**, to complex IT and business **processes** that span the entire organisation.
12
+
{{% ctx %}} is a **[low-code][Gateway]**, **automation and orchestration platform**, that enables organisations to graphically **capture** and **automate** anything from simple **tasks**, to interactive **workflows**, to complex IT and business **processes** that span the entire organisation.
13
13
14
14
### Enterprise-grade
15
15
@@ -73,7 +73,7 @@ Wherever you are on your automation journey and whatever you are trying to achie
0 commit comments