Trigger
ConceptsA trigger is what starts a workflow. When a trigger fires, DocLD creates a workflow run and executes the workflow’s steps. Common trigger types: document upload to a folder or endpoint, incoming webhook, scheduled (cron), or manual run from the dashboard or API.
Trigger Types
| Trigger | When it fires |
|---|---|
| Upload | A document is uploaded to a configured location |
| Webhook | DocLD receives an HTTP request at your webhook URL |
| Schedule | A cron expression matches (e.g., daily at midnight) |
| Manual | User or API explicitly starts the workflow |
Triggers are configured per workflow. One workflow has one trigger; the same trigger type can be used by multiple workflows. Events (e.g., job completed) may also be used to drive workflows depending on product features.
Related Concepts
Triggers start workflows and produce workflow runs. Webhooks and events can be trigger sources. Document upload is a common trigger for parse-and-extract pipelines.