Skip to content

Commit 4f5db5e

Browse files
committed
Update schedule-your-first-automation page
1 parent d9b3b32 commit 4f5db5e

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

en/docs/quick-start-guides/schedule-your-first-automation.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,12 @@ This redirects you to the **Create New Integration in VS Code** page.
5454
3. Add an appropriate commit message and commit.
5555
4. Click **Sync Changes** to push the changes to remote.
5656

57-
## Optional: Test the Automation manually
57+
## Optional: Test the automation manually
5858

59-
You can execute your automation directly from the environment card on the **Overview** page:
59+
!!! note "Prerequisite"
60+
Ensure the build has completed successfully (Build Status: `Completed`) before testing. You can view the Build History by clicking **Build** in the left navigation.
61+
62+
You can execute your automation directly from the **Development** card on the **Overview** page:
6063

6164
1. On the Overview page, locate the **Development** card.
6265
2. Click **Test** to run your automation immediately.
@@ -74,7 +77,7 @@ You can execute your automation directly from the environment card on the **Over
7477
To explore a WSO2 MI-based manual task with arguments, try out the [Weather to Logs Task](https://github.com/wso2/choreo-samples/tree/main/weather-to-logs-mi-manual-task) sample. For instructions, see the `README.md` file in the sample repository.
7578

7679
!!! info
77-
When working on WSO2 MI projects and deploying a WSO2 MI integration as a manual task in Choreo, use the WSO2 MI automation mode. For details, see [Running the Micro Integrator in Automation Mode](https://mi.docs.wso2.com/en/latest/install-and-setup/install/running-the-mi-in-automation-mode/).
80+
When working on WSO2 MI projects and deploying a WSO2 MI integration as a manual task in Devant, use the WSO2 MI automation mode. For details, see [Running the Micro Integrator in Automation Mode](https://mi.docs.wso2.com/en/latest/install-and-setup/install/running-the-mi-in-automation-mode/).
7881

7982
=== "WSO2 BI"
8083
To explore a Ballerina manual task with arguments, try out the [Weather to Email Task](https://github.com/wso2/choreo-samples/tree/main/weather-to-email-integration) sample. For instructions, see the `README.md` file in the sample repository.
@@ -84,14 +87,14 @@ You can execute your automation directly from the environment card on the **Over
8487
!!! note
8588
As user portal features are added, testing and other actions will be accessible directly from the **Overview** page, making it easier to manage and validate your automations.
8689

87-
## Step 5: Schedule Automation
90+
## Step 5: Schedule automation
8891

8992
1. Once you push the changes, the overview page of the Devant automation will automatically refresh and show you the **Latest Commit** and automatically build your automation showing the **Build Status**.
9093

9194
!!! note
92-
The build process may take some time. Once complete, the build status changes to **Success**. You can see the Build History by clicking **Build** in the left navigation.
95+
The build process may take some time. Once complete, the build status changes to **Completed**. You can see the Build History by clicking **Build** in the left navigation.
9396

94-
2. Once the **Build Status** shows `Build completed`, click **Test** to run your automation once.
97+
2. Once the **Build Status** shows `Completed`, you can test your automation. See the [Optional: Test the automation manually](#optional-test-the-automation-manually) section for detailed instructions on testing, including testing with runtime arguments.
9598
3. The development card automatically updates with execution details. Click the refresh button in the top right corner if it is not automatically updated.
9699
4. Click **View Logs** on an execution. You will see the `Hello World` log printed along with the execution time.
97100
5. Click **Schedule** to schedule the automation.
@@ -107,7 +110,7 @@ You can execute your automation directly from the environment card on the **Over
107110
10. After successfully testing, you can promote your automation to production by clicking the **Promote** button.
108111
11. Once promoted to production, click **Run** to run your automation immediately.
109112

110-
!!!info
113+
!!! info
111114
If you want to pass runtime arguments when running in production, use the **Run with Arguments** option in the same way as described above in the [Test the Automation manually](#optional-test-the-automation-manually) section.
112115

113116
12. In critical environments (Production), you will be able to see automation metrics such as:

0 commit comments

Comments
 (0)