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/2024.9/_shared/upgrade/2024.9/upgrade-web-application-server/test-upgrade.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,18 +7,17 @@ Test the platform by creating a new flow and executing it using the following st
7
7
1. Click on the group to open it (refresh the page if it does not appear).
8
8
1. Inside the group, click the `+` button again and click on `Activity` to open a dialog. If the menu item is not present, it means that the `FeatureFlags` in the `CortexGateway.SetParameters.xml` file was not set properly when installing Gateway. See [Troubleshooting][] for more information.
9
9
1. Enter a name for the flow, configure the `Permission Groups` and click `OK` to create the flow.
10
-
1. The flow should be displayed with a start flow block and end flow block, if those blocks are not displayed see [Troubleshooting][]. A list of block palettes should be displayed down the left hand side:
10
+
1. The flow should be displayed with a `Start Flow` block and `End Flow` block, if those blocks are not displayed see [Troubleshooting][]. A list of block palettes should be displayed down the left hand side:
11
11
{{< figure src="../../2024.9/images/New Innovation Flow View.PNG" title="New Flow - Number of palettes may differ" >}}
12
-
1. Add a `Set Variable` block and connect it between the start and end blocks.
12
+
1. Add a `Set Variable` block and connect it between the `Start Flow`and `End Flow` blocks.
13
13
1. Click the `Set Variable` block to open the Property Editor.
14
14
1. Set the `Value` property to the expression `DateTimeOffset.Now`.
15
15
1. Type `Result` into the `Variable` property and click `Create Result`.
16
-
1. In the Variable Editor, set `Is Output Variable?` to `true` for the new `Result` variable.
17
-
1. Set a breakpoint on the end block and start the flow.
18
-
{{< alert type="note" title="Note" >}}After performing an upgrade the Execution Service will need to be provisioned. {{% ctx %}} Gateway may display a message dialog confirming that the service is not ready and to wait then try again.{{< /alert >}}
19
-
1. An execution token should appear.
16
+
1. In the Variables Grid, set `Is Output Variable?` to `true` for the new `Result` variable.
17
+
1. Add a breakpoint to the `End Flow` block and start the flow. An execution token should appear.
20
18
If the token does not appear, try refreshing the page. Failing that, see [Troubleshooting][].
21
-
1. The `Result` variable should show the current time when selecting the execution in the bottom panel and viewing the `Variables` window on the right.
19
+
1. Select the execution in the Executions Grid (bottom panel).
20
+
1. The `Result` variable displayed in the Variables Viewer (right panel) should show the current time.
Copy file name to clipboardExpand all lines: content/en/docs/2024.9/getting-started/on-premise/add-innovation-to-72/multiple-server-with-ha/try-it-out.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,16 +18,17 @@ Test the platform by creating a new flow and executing it using the following st
18
18
1. Click on the group to open it (refresh the page if it does not appear).
19
19
1. Inside the group, click the `+` button again and click on `Activity` to open a dialog. If the menu item is not present, it means that the `FeatureFlags` in the `CortexGateway.SetParameters.xml` file was not set properly when installing Gateway. See [Troubleshooting][Troubleshooting No Innovation] for more information.
20
20
1. Enter a name for the flow, configure the `Permission Groups` and click `OK` to create the flow.
21
-
1. The flow should be displayed with a start flow block and end flow block. A list of block palettes should be displayed down the left hand side:
21
+
1. The flow should be displayed with a `Start Flow` block and `End Flow` block, if those blocks are not displayed see [Troubleshooting][Troubleshooting Flow No Blocks]. A list of block palettes should be displayed down the left hand side:
22
22
{{< figure src="/images/New Innovation Flow View.PNG" title="New Flow - Number of palettes may differ" >}}
23
-
1. Add a `Set Variable` block and connect it between the start and end blocks.
23
+
1. Add a `Set Variable` block and connect it between the `Start Flow`and `End Flow` blocks.
24
24
1. Click the `Set Variable` block to open the Property Editor.
25
25
1. Set the `Value` property to the expression `DateTimeOffset.Now`.
26
26
1. Type `Result` into the `Variable` property and click `Create Result`.
27
-
1. In the Variable Editor, set `Is Output Variable?` to `true` for the new `Result` variable.
28
-
1.Set a breakpoint on the end block and start the flow. An execution token should appear.
27
+
1. In the Variables Grid, set `Is Output Variable?` to `true` for the new `Result` variable.
28
+
1.Add a breakpoint to the `End Flow` block and start the flow. An execution token should appear.
29
29
If the token does not appear, try refreshing the page. Failing that, see [Troubleshooting][Troubleshooting Flow Not Starting].
30
-
1. The `Result` variable should show the current time when selecting the execution in the bottom panel and viewing the `Variables` window on the right.
30
+
1. Select the execution in the Executions Grid (bottom panel).
31
+
1. The `Result` variable displayed in the Variables Viewer (right panel) should show the current time.
31
32
1. Continue or stop the execution.
32
33
1. Commit the flow.
33
34
@@ -57,6 +58,7 @@ Test the platform by creating a new flow and executing it using the following st
57
58
1. {{% ctx %}} Innovation has now been verified and is ready to use.
58
59
59
60
[Troubleshooting During Installation]: {{< url path="Cortex.Reference.Troubleshooting.Installation.TroubleshootingDuringInstallation" >}}
61
+
[Troubleshooting Flow No Blocks]: {{< url path="Cortex.Reference.Troubleshooting.Installation.TroubleshootingFlowNoBlocks" >}}
60
62
[Troubleshooting Flow Not Starting]: {{< url path="Cortex.Reference.Troubleshooting.Installation.TroubleshootingFlowNotStarting" >}}
61
63
[Troubleshooting No Innovation]: {{< url path="Cortex.Reference.Troubleshooting.Installation.TroubleshootingNoInnovation" >}}
62
64
[Troubleshooting No Publish]: {{< url path="Cortex.Reference.Troubleshooting.Installation.TroubleshootingNoPublish" >}}
Copy file name to clipboardExpand all lines: content/en/docs/2024.9/getting-started/on-premise/add-innovation-to-72/single-server-without-ha/try-it-out.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,16 +16,19 @@ Test the platform by creating a new flow and executing it using the following st
16
16
1. Click on the `Dev` charm, then the `+` button and click `Group` to open a dialog.
17
17
1. Enter a name for the group, configure the `Permission Groups` and click `OK` to create the group.
18
18
1. Click on the group to open it (refresh the page if it does not appear).
19
-
1. Inside the group, click the `+` button again and click on `Activity` to open a dialog. If the menu item is not present, it means that the `FeatureFlags` in the `Cortex.Innovation.Install.ps1` file was not set properly when updating Gateway. See [Troubleshooting][Troubleshooting No Innovation] for more information.
19
+
1. Inside the group, click the `+` button again and click on `Activity` to open a dialog. If the menu item is not present, it means that the `FeatureFlags` in the `CortexGateway.SetParameters.xml` file was not set properly when installing Gateway. See [Troubleshooting][Troubleshooting No Innovation] for more information.
20
20
1. Enter a name for the flow, configure the `Permission Groups` and click `OK` to create the flow.
21
-
1. The flow should be displayed with a start flow block and end flow block, if those blocks are not displayed see [Troubleshooting][Troubleshooting Flow No Blocks]. A list of block palettes should be displayed down the left hand side:
21
+
1. The flow should be displayed with a `Start Flow` block and `End Flow` block, if those blocks are not displayed see [Troubleshooting][Troubleshooting Flow No Blocks]. A list of block palettes should be displayed down the left hand side:
22
22
{{< figure src="/images/New Innovation Flow View.PNG" title="New Flow - Number of palettes may differ" >}}
23
-
1. Add a `Set Variable` block and connect it between the start and end blocks.
23
+
1. Add a `Set Variable` block and connect it between the `Start Flow`and `End Flow` blocks.
24
24
1. Click the `Set Variable` block to open the Property Editor.
25
25
1. Set the `Value` property to the expression `DateTimeOffset.Now`.
26
26
1. Type `Result` into the `Variable` property and click `Create Result`.
27
-
1. In the Variable Editor, set `Is Output Variable?` to `true` for the new `Result` variable.
28
-
1. Set a breakpoint on the end block and start the flow. An execution token should appear, the `Result` variable should show the current time. If the token does not appear, try refreshing the page. Failing that, see [Troubleshooting][Troubleshooting Flow Not Starting].
27
+
1. In the Variables Grid, set `Is Output Variable?` to `true` for the new `Result` variable.
28
+
1. Add a breakpoint to the `End Flow` block and start the flow. An execution token should appear.
29
+
If the token does not appear, try refreshing the page. Failing that, see [Troubleshooting][Troubleshooting Flow Not Starting].
30
+
1. Select the execution in the Executions Grid (bottom panel).
31
+
1. The `Result` variable displayed in the Variables Viewer (right panel) should show the current time.
Copy file name to clipboardExpand all lines: content/en/docs/2024.9/getting-started/on-premise/install-innovation-only/multiple-server-with-ha/try-it-out.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,16 +18,17 @@ Test the platform by creating a new flow and executing it using the following st
18
18
1. Click on the group to open it (refresh the page if it does not appear).
19
19
1. Inside the group, click the `+` button again and click on `Activity` to open a dialog. If the menu item is not present, it means that the `FeatureFlags` in the `CortexGateway.SetParameters.xml` file was not set properly when installing Gateway. See [Troubleshooting][Troubleshooting No Innovation] for more information.
20
20
1. Enter a name for the flow, configure the `Permission Groups` and click `OK` to create the flow.
21
-
1. The flow should be displayed with a start flow block and end flow block. A list of block palettes should be displayed down the left hand side:
21
+
1. The flow should be displayed with a `Start Flow` block and `End Flow` block, if those blocks are not displayed see [Troubleshooting][Troubleshooting Flow No Blocks]. A list of block palettes should be displayed down the left hand side:
22
22
{{< figure src="/images/New Innovation Flow View.PNG" title="New Flow - Number of palettes may differ" >}}
23
-
1. Add a `Set Variable` block and connect it between the start and end blocks.
23
+
1. Add a `Set Variable` block and connect it between the `Start Flow`and `End Flow` blocks.
24
24
1. Click the `Set Variable` block to open the Property Editor.
25
25
1. Set the `Value` property to the expression `DateTimeOffset.Now`.
26
26
1. Type `Result` into the `Variable` property and click `Create Result`.
27
-
1. In the Variable Editor, set `Is Output Variable?` to `true` for the new `Result` variable.
28
-
1.Set a breakpoint on the end block and start the flow. An execution token should appear.
27
+
1. In the Variables Grid, set `Is Output Variable?` to `true` for the new `Result` variable.
28
+
1.Add a breakpoint to the `End Flow` block and start the flow. An execution token should appear.
29
29
If the token does not appear, try refreshing the page. Failing that, see [Troubleshooting][Troubleshooting Flow Not Starting].
30
-
1. The `Result` variable should show the current time when selecting the execution in the bottom panel and viewing the `Variables` window on the right.
30
+
1. Select the execution in the Executions Grid (bottom panel).
31
+
1. The `Result` variable displayed in the Variables Viewer (right panel) should show the current time.
31
32
1. Continue or stop the execution.
32
33
1. Commit the flow.
33
34
@@ -59,6 +60,7 @@ Test the platform by creating a new flow and executing it using the following st
Copy file name to clipboardExpand all lines: content/en/docs/2024.9/getting-started/on-premise/install-innovation-only/single-server-without-ha/try-it-out.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,16 +18,17 @@ Test the platform by creating a new flow and executing it using the following st
18
18
1. Click on the group to open it (refresh the page if it does not appear).
19
19
1. Inside the group, click the `+` button again and click on `Activity` to open a dialog. If the menu item is not present, it means that the `FeatureFlags` in the `CortexGateway.SetParameters.xml` file was not set properly when installing Gateway. See [Troubleshooting][Troubleshooting No Innovation] for more information.
20
20
1. Enter a name for the flow, configure the `Permission Groups` and click `OK` to create the flow.
21
-
1. The flow should be displayed with a start flow block and end flow block, if those blocks are not displayed see [Troubleshooting][Troubleshooting Flow No Blocks]. A list of block palettes should be displayed down the left hand side:
21
+
1. The flow should be displayed with a `Start Flow` block and `End Flow` block, if those blocks are not displayed see [Troubleshooting][Troubleshooting Flow No Blocks]. A list of block palettes should be displayed down the left hand side:
22
22
{{< figure src="/images/New Innovation Flow View.PNG" title="New Flow - Number of palettes may differ" >}}
23
-
1. Add a `Set Variable` block and connect it between the start and end blocks.
23
+
1. Add a `Set Variable` block and connect it between the `Start Flow`and `End Flow` blocks.
24
24
1. Click the `Set Variable` block to open the Property Editor.
25
25
1. Set the `Value` property to the expression `DateTimeOffset.Now`.
26
26
1. Type `Result` into the `Variable` property and click `Create Result`.
27
-
1. In the Variable Editor, set `Is Output Variable?` to `true` for the new `Result` variable.
28
-
1.Set a breakpoint on the end block and start the flow. An execution token should appear.
27
+
1. In the Variables Grid, set `Is Output Variable?` to `true` for the new `Result` variable.
28
+
1.Add a breakpoint to the `End Flow` block and start the flow. An execution token should appear.
29
29
If the token does not appear, try refreshing the page. Failing that, see [Troubleshooting][Troubleshooting Flow Not Starting].
30
-
1. The `Result` variable should show the current time when selecting the execution in the bottom panel and viewing the `Variables` window on the right.
30
+
1. Select the execution in the Executions Grid (bottom panel).
31
+
1. The `Result` variable displayed in the Variables Viewer (right panel) should show the current time.
31
32
1. Continue or stop the execution.
32
33
1. Commit the flow.
33
34
@@ -58,8 +59,8 @@ Test the platform by creating a new flow and executing it using the following st
0 commit comments