Workflow
Definition
A workflow is a piece of code that can be executed:
- Periodically, like a cron-job. We call them Pull workflows.
- When a request is received on a webhook/endpoint. We call the Catch workflows.
Workflows are usually developed and tested locally on the developer's computer, then uploaded to HrFlow developer platform.
Workflows are very similar to serverless functions.
Updated about 20 hours ago