Entrypoint¶
The Entrypoint block marks the beginning of your workflow. It receives the initial data (parameters) passed when the workflow is triggered.
Inputs¶
This block typically does not have user-configurable inputs as it automatically receives the trigger data.
Logic¶
- It accepts the initial arguments or request data.
- It passes this data immediately to the next block in the chain.