Execution Modes
Doclo Cloud supports two execution modes:Synchronous Execution
Wait for the flow to complete before returning:Timeout Configuration
Asynchronous Execution
Start execution and retrieve results later:Input Structure
Every flow execution requires a document input:Supported MIME Types
Flow Variables
Pass variables to customize flow behavior:inputSchema for required variables:
Execution Options
Idempotency
Prevent duplicate processing by providing an idempotency key:Custom Metadata
Attach metadata to track executions:Flow Versions
Run a specific flow version:Error Handling
Execution Failures
When an execution fails, theerror field contains details:
Next Steps
Polling Results
Check execution status
Webhooks
Receive completion notifications