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/developer-guides/tools/migration-tools/logic-apps-migration-tool.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ Use one of the following commands based on your needs.
69
69
```
70
70
71
71
This will create multiple Ballerina packages inside `/path/to/logic-apps-file-directory` directory for each Logic
72
-
App file.
72
+
Apps file.
73
73
74
74
4. To convert multiple Logic Apps JSON files with a custom output location:
75
75
@@ -428,7 +428,8 @@ weather-forecast_ballerina/
428
428
429
429
The `main.bal` file contains the main logic of the integration, which includes the scheduled trigger.
430
430
431
-
Please note that the generated Ballerina code may be different in multiple runs since the migration tool uses AI-based conversion and the output may vary based on the complexity of the Logic App.
431
+
Please note that the generated Ballerina code may be different in multiple runs since the migration tool uses AI-based
432
+
conversion and the output may vary based on the complexity of the Logic Apps application.
0 commit comments