-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated Try it Out to reference correct names and updated image. Ens… (…
…#169) Updated Try it Out to use correct names and updated image and ensured all previous upgrade try it outs have the old image and naming --------- Co-authored-by: Donna-Marie Smith <donna.smith@wearecortex.com>
- Loading branch information
1 parent
81d6091
commit 496a0e8
Showing
17 changed files
with
141 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 28 additions & 0 deletions
28
...cs/2024.9/_shared/upgrade/2024.5/upgrade-web-application-server/test-upgrade.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
## Test Debugging Flows | ||
|
||
Test the platform by creating a new flow and executing it using the following steps: | ||
|
||
1. Click on the `Flows` charm, then the `+` button and click `Group` to open a dialog. | ||
1. Enter a name for the group, configure the `Permission Groups` and click `OK` to create the group. | ||
1. Click on the group to open it (refresh the page if it does not appear). | ||
1. Inside the group, click the `+` button again and click on `Flow` 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. | ||
1. Enter a name for the flow, configure the `Permission Groups` and click `OK` to create the flow. | ||
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: | ||
{{< figure src="../../2024.5/images/New Innovation Flow View.PNG" title="New Flow - Number of palettes may differ" >}} | ||
1. Add a `Set Variable` block and connect it between the start and end blocks. | ||
1. Click the `Set Variable` block to open the Property Editor. | ||
1. Set the `Value` property to the expression `DateTimeOffset.Now`. | ||
1. Type `Result` into the `Variable` property and click `Create Result`. | ||
1. In the Variable Editor, set `Is Output Variable?` to `true` for the new `Result` variable. | ||
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][]. | ||
1. Continue or stop the execution. | ||
1. Commit the flow. | ||
|
||
## Test Publishing Production Flows | ||
|
||
1. Log in to Gateway with a user that has the `Admin` role. | ||
1. Click on the `Settings` charm, then `Packages`. | ||
1. Click `Add Package Definition`. Enter a package name and select the new flow to add to the package. Click `Save` to save the new package. | ||
1. Click `Publish`. A success message should appear. If it doesn't it means that there is a problem with the configuration in the `web.config` file for {{% ctx %}} Gateway, or the Application Services aren't healthy. See [Troubleshooting][] for more information. | ||
|
||
[Troubleshooting]: {{< url path="Cortex.Reference.Troubleshooting.Upgrade.TroubleshootingDuringUpgrade" >}} |
28 changes: 28 additions & 0 deletions
28
...cs/2024.9/_shared/upgrade/2024.7/upgrade-web-application-server/test-upgrade.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
## Test Debugging Flows | ||
|
||
Test the platform by creating a new flow and executing it using the following steps: | ||
|
||
1. Click on the `Flows` charm, then the `+` button and click `Group` to open a dialog. | ||
1. Enter a name for the group, configure the `Permission Groups` and click `OK` to create the group. | ||
1. Click on the group to open it (refresh the page if it does not appear). | ||
1. Inside the group, click the `+` button again and click on `Flow` 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. | ||
1. Enter a name for the flow, configure the `Permission Groups` and click `OK` to create the flow. | ||
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: | ||
{{< figure src="../../2024.7/images/New Innovation Flow View.PNG" title="New Flow - Number of palettes may differ" >}} | ||
1. Add a `Set Variable` block and connect it between the start and end blocks. | ||
1. Click the `Set Variable` block to open the Property Editor. | ||
1. Set the `Value` property to the expression `DateTimeOffset.Now`. | ||
1. Type `Result` into the `Variable` property and click `Create Result`. | ||
1. In the Variable Editor, set `Is Output Variable?` to `true` for the new `Result` variable. | ||
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][]. | ||
1. Continue or stop the execution. | ||
1. Commit the flow. | ||
|
||
## Test Publishing Production Flows | ||
|
||
1. Log in to Gateway with a user that has the `Admin` role. | ||
1. Click on the `Settings` charm, then `Packages`. | ||
1. Click `Add Package Definition`. Enter a package name and select the new flow to add to the package. Click `Save` to save the new package. | ||
1. Click `Publish`. A success message should appear. If it doesn't it means that there is a problem with the configuration in the `web.config` file for {{% ctx %}} Gateway, or the Application Services aren't healthy. See [Troubleshooting][] for more information. | ||
|
||
[Troubleshooting]: {{< url path="Cortex.Reference.Troubleshooting.Upgrade.TroubleshootingDuringUpgrade" >}} |
31 changes: 31 additions & 0 deletions
31
...cs/2024.9/_shared/upgrade/2024.9/upgrade-web-application-server/test-upgrade.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
## Test Debugging Flows | ||
|
||
Test the platform by creating a new flow and executing it using the following steps: | ||
|
||
1. Click on the `Dev` charm, then the `+` button and click `Group` to open a dialog. | ||
1. Enter a name for the group, configure the `Permission Groups` and click `OK` to create the group. | ||
1. Click on the group to open it (refresh the page if it does not appear). | ||
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. | ||
1. Enter a name for the flow, configure the `Permission Groups` and click `OK` to create the flow. | ||
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: | ||
{{< figure src="../../2024.9/images/New Innovation Flow View.PNG" title="New Flow - Number of palettes may differ" >}} | ||
1. Add a `Set Variable` block and connect it between the `Start Flow` and `End Flow` blocks. | ||
1. Click the `Set Variable` block to open the Property Editor. | ||
1. Set the `Value` property to the expression `DateTimeOffset.Now`. | ||
1. Type `Result` into the `Variable` property and click `Create Result`. | ||
1. In the Variables Grid, set `Is Output Variable?` to `true` for the new `Result` variable. | ||
1. Add a breakpoint to the `End Flow` block and start the flow. An execution token should appear. | ||
If the token does not appear, try refreshing the page. Failing that, see [Troubleshooting][]. | ||
1. Select the execution in the Executions Grid (bottom panel). | ||
1. The `Result` variable displayed in the Variables Viewer (right panel) should show the current time. | ||
1. Continue or stop the execution. | ||
1. Commit the flow. | ||
|
||
## Test Publishing Production Flows | ||
|
||
1. Log in to Gateway with a user that has the `Admin` role. | ||
1. Click on the `Admin` charm, then `Packages`. | ||
1. Click `Add Package Definition`. Enter a package name and select the new flow to add to the package. Click `Save` to save the new package. | ||
1. Click `Publish`. A success message should appear. If it doesn't it means that there is a problem with the configuration in the `web.config` file for {{% ctx %}} Gateway, or the Application Services aren't healthy. See [Troubleshooting][] for more information. | ||
|
||
[Troubleshooting]: {{< url path="Cortex.Reference.Troubleshooting.Upgrade.TroubleshootingDuringUpgrade" >}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.