Call Other Automations in This Application
Parameter Configuration
| Parameter | Description |
|---|---|
| Automation | The automation to call. Avoid recursive calls when calling |
| Input Parameters | Parameters passed to the called automation. The input parameter values can be dynamically specified using expressions |
| Capture Call Exceptions | Whether to capture exceptions in the executed script function |
Return Values
| Return Value | Type | Description |
|---|---|---|
| Return Value | Object | Return data set through Set Automation Return Value in the called automation |
| Exception Code | Integer | Exception code when the called automation encounters an exception |
| Exception Message | String | Exception message when the called automation encounters an exception |
Usage Instructions
Step blocks with relatively independent logic and general functionality can be extracted into an independent automation for other automations in the application to call
Capture Call Exceptions
- If not enabled, exceptions will terminate the entire automation and directly roll back uncommitted transactions
- After enabling, exceptions can be handled through the Exception Code and Exception Message returned by the step

