Introduction to Orchestration
Cargo provides various logical nodes and 3rd-party integrations that you can compile together complex logic using simple building blocks, just like how LEGO works. We call this Orchestration, this concept enables users to design, build, and manage complex workflows using a fully modular approach.
By linking various data objects, known as nodes, and setting up triggers, you can automate processes and streamline operations within your workspace.
What you will learn
In this module, you will learn how to:
- Understand and utilize nodes, the fundamental building blocks of Cargo workflows.
- Design workflows with linear progression and node dependencies.
- Manage workflow releases for collaborative version control across your team.
- Understand how your workflows are triggered and how to resolve errors both at node and worklfow levels.
Tutorials
To help you get started, we have included practical tutorials that demonstrate how to use orchestration effectively.
For example, learn how to create a workflow that triggers on a specific data model, or how to loop over arrays produced in your workflow. These tutorials provide step-by-step instructions to enhance your understanding and application of orchestration in real-world scenarios.
By the end of this module, you will be equipped with the right tools to design, build, and manage efficient workflows in Cargo at scale.