Skip to content

Commit d9b1807

Browse files
author
Donna-Marie Smith
committed
added warning about execution service not ready and more instructions on how to view the variable output.
1 parent e39e302 commit d9b1807

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ Test the platform by creating a new flow and executing it using the following st
1414
1. Set the `Value` property to the expression `DateTimeOffset.Now`.
1515
1. Type `Result` into the `Variable` property and click `Create Result`.
1616
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. 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][].
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.
20+
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.
1822
1. Continue or stop the execution.
1923
1. Commit the flow.
2024

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ Test the platform by creating a new flow and executing it using the following st
2525
1. Set the `Value` property to the expression `DateTimeOffset.Now`.
2626
1. Type `Result` into the `Variable` property and click `Create Result`.
2727
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.
28+
1. Set a breakpoint on the end 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. The `Result` variable should show the current time when selecting the execution in the bottom panel and viewing the `Variables` window on the right.
2931
1. Continue or stop the execution.
3032
1. Commit the flow.
3133

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

5759
[Troubleshooting During Installation]: {{< url path="Cortex.Reference.Troubleshooting.Installation.TroubleshootingDuringInstallation" >}}
60+
[Troubleshooting Flow Not Starting]: {{< url path="Cortex.Reference.Troubleshooting.Installation.TroubleshootingFlowNotStarting" >}}
5861
[Troubleshooting No Innovation]: {{< url path="Cortex.Reference.Troubleshooting.Installation.TroubleshootingNoInnovation" >}}
5962
[Troubleshooting No Publish]: {{< url path="Cortex.Reference.Troubleshooting.Installation.TroubleshootingNoPublish" >}}
6063
[Troubleshooting Root Certificate Error]: {{< url path="Cortex.Reference.Troubleshooting.Installation.TroubleshootingNoRootCertificate" >}}

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ Test the platform by creating a new flow and executing it using the following st
2525
1. Set the `Value` property to the expression `DateTimeOffset.Now`.
2626
1. Type `Result` into the `Variable` property and click `Create Result`.
2727
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.
28+
1. Set a breakpoint on the end 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. The `Result` variable should show the current time when selecting the execution in the bottom panel and viewing the `Variables` window on the right.
2931
1. Continue or stop the execution.
3032
1. Commit the flow.
3133

@@ -56,6 +58,7 @@ Test the platform by creating a new flow and executing it using the following st
5658

5759
[Setup Gateway]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.MultipleServerWithHA.SetupGateway" >}}
5860
[Troubleshooting During Installation]: {{< url path="Cortex.Reference.Troubleshooting.Installation.TroubleshootingDuringInstallation" >}}
61+
[Troubleshooting Flow Not Starting]: {{< url path="Cortex.Reference.Troubleshooting.Installation.TroubleshootingFlowNotStarting" >}}
5962
[Troubleshooting No Innovation]: {{< url path="Cortex.Reference.Troubleshooting.Installation.TroubleshootingNoInnovation" >}}
6063
[Troubleshooting No Publish]: {{< url path="Cortex.Reference.Troubleshooting.Installation.TroubleshootingNoPublish" >}}
6164
[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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ Test the platform by creating a new flow and executing it using the following st
2525
1. Set the `Value` property to the expression `DateTimeOffset.Now`.
2626
1. Type `Result` into the `Variable` property and click `Create Result`.
2727
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].
28+
1. Set a breakpoint on the end 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. The `Result` variable should show the current time when selecting the execution in the bottom panel and viewing the `Variables` window on the right.
2931
1. Continue or stop the execution.
3032
1. Commit the flow.
3133

0 commit comments

Comments
 (0)