Skip to content

Commit d861d7d

Browse files
author
Donna-Marie Smith
committed
Updated Try It Out pages to use correct naming for Grids
1 parent d9b1807 commit d861d7d

File tree

5 files changed

+35
-28
lines changed

5 files changed

+35
-28
lines changed

content/en/docs/2024.9/_shared/upgrade/2024.9/upgrade-web-application-server/test-upgrade.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,17 @@ Test the platform by creating a new flow and executing it using the following st
77
1. Click on the group to open it (refresh the page if it does not appear).
88
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.
99
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:
1111
{{< 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.
1313
1. Click the `Set Variable` block to open the Property Editor.
1414
1. Set the `Value` property to the expression `DateTimeOffset.Now`.
1515
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.
2018
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.
2221
1. Continue or stop the execution.
2322
1. Commit the flow.
2423

content/en/docs/2024.9/getting-started/on-premise/add-innovation-to-72/multiple-server-with-ha/try-it-out.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,17 @@ Test the platform by creating a new flow and executing it using the following st
1818
1. Click on the group to open it (refresh the page if it does not appear).
1919
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.
2020
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:
2222
{{< 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.
2424
1. Click the `Set Variable` block to open the Property Editor.
2525
1. Set the `Value` property to the expression `DateTimeOffset.Now`.
2626
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.
2929
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.
3132
1. Continue or stop the execution.
3233
1. Commit the flow.
3334

@@ -57,6 +58,7 @@ Test the platform by creating a new flow and executing it using the following st
5758
1. {{% ctx %}} Innovation has now been verified and is ready to use.
5859

5960
[Troubleshooting During Installation]: {{< url path="Cortex.Reference.Troubleshooting.Installation.TroubleshootingDuringInstallation" >}}
61+
[Troubleshooting Flow No Blocks]: {{< url path="Cortex.Reference.Troubleshooting.Installation.TroubleshootingFlowNoBlocks" >}}
6062
[Troubleshooting Flow Not Starting]: {{< url path="Cortex.Reference.Troubleshooting.Installation.TroubleshootingFlowNotStarting" >}}
6163
[Troubleshooting No Innovation]: {{< url path="Cortex.Reference.Troubleshooting.Installation.TroubleshootingNoInnovation" >}}
6264
[Troubleshooting No Publish]: {{< url path="Cortex.Reference.Troubleshooting.Installation.TroubleshootingNoPublish" >}}

content/en/docs/2024.9/getting-started/on-premise/add-innovation-to-72/single-server-without-ha/try-it-out.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,19 @@ Test the platform by creating a new flow and executing it using the following st
1616
1. Click on the `Dev` charm, then the `+` button and click `Group` to open a dialog.
1717
1. Enter a name for the group, configure the `Permission Groups` and click `OK` to create the group.
1818
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.
2020
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:
2222
{{< 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.
2424
1. Click the `Set Variable` block to open the Property Editor.
2525
1. Set the `Value` property to the expression `DateTimeOffset.Now`.
2626
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.
2932
1. Continue or stop the execution.
3033
1. Commit the flow.
3134

content/en/docs/2024.9/getting-started/on-premise/install-innovation-only/multiple-server-with-ha/try-it-out.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,17 @@ Test the platform by creating a new flow and executing it using the following st
1818
1. Click on the group to open it (refresh the page if it does not appear).
1919
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.
2020
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:
2222
{{< 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.
2424
1. Click the `Set Variable` block to open the Property Editor.
2525
1. Set the `Value` property to the expression `DateTimeOffset.Now`.
2626
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.
2929
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.
3132
1. Continue or stop the execution.
3233
1. Commit the flow.
3334

@@ -59,6 +60,7 @@ Test the platform by creating a new flow and executing it using the following st
5960
[Setup Gateway]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.MultipleServerWithHA.SetupGateway" >}}
6061
[Troubleshooting During Installation]: {{< url path="Cortex.Reference.Troubleshooting.Installation.TroubleshootingDuringInstallation" >}}
6162
[Troubleshooting Flow Not Starting]: {{< url path="Cortex.Reference.Troubleshooting.Installation.TroubleshootingFlowNotStarting" >}}
63+
[Troubleshooting Flow No Blocks]: {{< url path="Cortex.Reference.Troubleshooting.Installation.TroubleshootingFlowNoBlocks" >}}
6264
[Troubleshooting No Innovation]: {{< url path="Cortex.Reference.Troubleshooting.Installation.TroubleshootingNoInnovation" >}}
6365
[Troubleshooting No Publish]: {{< url path="Cortex.Reference.Troubleshooting.Installation.TroubleshootingNoPublish" >}}
6466
[Troubleshooting Root Certificate Error]: {{< url path="Cortex.Reference.Troubleshooting.Installation.TroubleshootingNoRootCertificate" >}}

content/en/docs/2024.9/getting-started/on-premise/install-innovation-only/single-server-without-ha/try-it-out.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,17 @@ Test the platform by creating a new flow and executing it using the following st
1818
1. Click on the group to open it (refresh the page if it does not appear).
1919
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.
2020
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:
2222
{{< 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.
2424
1. Click the `Set Variable` block to open the Property Editor.
2525
1. Set the `Value` property to the expression `DateTimeOffset.Now`.
2626
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.
2929
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.
3132
1. Continue or stop the execution.
3233
1. Commit the flow.
3334

@@ -58,8 +59,8 @@ Test the platform by creating a new flow and executing it using the following st
5859

5960
[Setup Gateway]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.SingleServerWithoutHA.SetupGateway" >}}
6061
[Troubleshooting During Installation]: {{< url path="Cortex.Reference.Troubleshooting.Installation.TroubleshootingDuringInstallation" >}}
61-
[Troubleshooting Flow Not Starting]: {{< url path="Cortex.Reference.Troubleshooting.Installation.TroubleshootingFlowNotStarting" >}}
6262
[Troubleshooting Flow No Blocks]: {{< url path="Cortex.Reference.Troubleshooting.Installation.TroubleshootingFlowNoBlocks" >}}
63+
[Troubleshooting Flow Not Starting]: {{< url path="Cortex.Reference.Troubleshooting.Installation.TroubleshootingFlowNotStarting" >}}
6364
[Troubleshooting No Innovation]: {{< url path="Cortex.Reference.Troubleshooting.Installation.TroubleshootingNoInnovation" >}}
6465
[Troubleshooting No Publish]: {{< url path="Cortex.Reference.Troubleshooting.Installation.TroubleshootingNoPublish" >}}
6566
[Troubleshooting Root Certificate Error]: {{< url path="Cortex.Reference.Troubleshooting.Installation.TroubleshootingNoRootCertificate" >}}

0 commit comments

Comments
 (0)