Skip to content
APIANT
GuidePlatformv1

Execute Automation

Parent/child automation chaining — hub-and-spoke, sequential pipelines, cross-account dispatch.

The System app's "Execute automation" action lets one automation invoke another.

Claude reaches for this pattern when the intent mentions executing, calling, or chaining automations.

Execute Automation vs Subroutine

MethodData returnSync / asyncParameter passingCross-account
Execute AutomationNo — only error propagatesSync or fire-and-forgetQuery stringAny account
SubroutineYesAlways syncFormal input/output fieldsSame account only

Decision rule:

  • Need return data -> Subroutine
  • Need fire-and-forget or cross-account -> Execute Automation

Related docs

Last updated May 4, 2026