Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Atomic Actions

Atomic actions are self-contained workflows that are similar to a function in traditional programming. They can consume input, perform various actions, and then return output. They’re designed to be portable, re-usable, and make building workflows more efficient.

Building an Atomic


Table of contents