Documentation Index
Fetch the complete documentation index at: https://docs.ellomas.com/llms.txt
Use this file to discover all available pages before exploring further.
replay validate
Check that a workflow file is syntactically and structurally valid without running it.
Usage
Example
Valid Output
Cycle Detected
Invalid YAML
What It Checks
- Required fields —
name, steptype, stepnameuniqueness - Step type-specific fields — HTTP needs
requestblock, shell needscommand, etc. - Mutually exclusive fields — e.g.,
queryandcommandon DB steps,requestanddbon HTTP steps - Timeout formats — Validates duration strings like
30s,5m - Loop
foreachformat — Must belist, item - If
conditionformat — Must be[path, op, value](3 elements) - Assert/Extract — Checks for empty keys and paths
- Unknown fields — Rejects YAML keys that do not match the schema
Exit Codes
| Code | Meaning |
|---|---|
0 | Workflow is valid |
1 | Validation errors found |