Table of Contents
Rules for creating a workflow
Table of Contents
Rules for creating a workflow
When creating a workflow, there are some rules you need to follow to ensure the workflow is valid.
Required nodes
- A trigger node is always required (unless you're using an external FTP input).
- An input node is always required.
- You need at least one action or output when using an internal input.
- You need at least one output when using an external input.
Exception - External FTP input
- External inputs (such as New Asset Upload) count as both Trigger and Input.
- You can’t mix internal and external inputs in the same flow.
Restrictions ❌
- Duplicate nodes are not allowed.
- Invalid node combinations (based on supported compatibility rules) are not allowed.