Workflow YAML
Workflows are a set of activities that are executed in a specific order. Workflows can be triggered by events or manually. Workflows can be used to automate business processes and integrate with external systems
Triggers
Triggers are the starting point of any workflow. They define when and how a workflow should be executed. This document covers the different types of triggers available in our system and how to configure them using YAML.
Activities
Activities define the actions that should be taken when certain conditions are met within a workflow. They are executed in the order they are defined.
Variables
Workflow variables store and pass data between tasks. They can be defined in the variables section of a workflow or task, and assigned in inputs, variables, and outputs sections.
Expressions
Expressions are used to evaluate conditions, map data, and more.
Validation Errors
This page documents all validation error codes that can occur when creating or updating a workflow. Each error includes a description, common causes, and how to fix it.
Audit
Workflow Audit provides execution history tracking for workflows, allowing you to monitor workflow runs, view execution logs, and troubleshoot failed executions.