Skip to content

Call Other Automations in This Application

Parameter Configuration

ParameterDescription
AutomationThe automation to call. Avoid recursive calls when calling
Input ParametersParameters passed to the called automation. The input parameter values can be dynamically specified using expressions
Capture Call ExceptionsWhether to capture exceptions in the executed script function

Return Values

Return ValueTypeDescription
Return ValueObjectReturn data set through Set Automation Return Value in the called automation
Exception CodeIntegerException code when the called automation encounters an exception
Exception MessageStringException 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