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: en/docs/quick-start-guides/schedule-your-first-automation.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,9 +54,12 @@ This redirects you to the **Create New Integration in VS Code** page.
54
54
3. Add an appropriate commit message and commit.
55
55
4. Click **Sync Changes** to push the changes to remote.
56
56
57
-
## Optional: Test the Automation manually
57
+
## Optional: Test the automation manually
58
58
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:
60
63
61
64
1. On the Overview page, locate the **Development** card.
62
65
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
74
77
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.
75
78
76
79
!!! 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/).
78
81
79
82
=== "WSO2 BI"
80
83
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
84
87
!!! note
85
88
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.
86
89
87
-
## Step 5: Schedule Automation
90
+
## Step 5: Schedule automation
88
91
89
92
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**.
90
93
91
94
!!! 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.
93
96
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.
95
98
3. The development card automatically updates with execution details. Click the refresh button in the top right corner if it is not automatically updated.
96
99
4. Click **View Logs** on an execution. You will see the `Hello World` log printed along with the execution time.
97
100
5. Click **Schedule** to schedule the automation.
@@ -107,7 +110,7 @@ You can execute your automation directly from the environment card on the **Over
107
110
10. After successfully testing, you can promote your automation to production by clicking the **Promote** button.
108
111
11. Once promoted to production, click **Run** to run your automation immediately.
109
112
110
-
!!!info
113
+
!!!info
111
114
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.
112
115
113
116
12. In critical environments (Production), you will be able to see automation metrics such as:
0 commit comments