We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0db761f commit 594a7a1Copy full SHA for 594a7a1
1 file changed
README.md
@@ -105,6 +105,11 @@ examples/delivery/stream/
105
└── dotnet/StreamAgent.cs # .NET (dotnet run)
106
```
107
108
+The `scenario.json` intent section supports deadline options:
109
+- `deadline_at` -- absolute ISO 8601 timestamp
110
+- `ttl_seconds` -- relative duration (60s to 7 days), mutually exclusive with `deadline_at`
111
+- `step_deadline_seconds` -- per-workflow-step deadline
112
+
113
---
114
115
## Running Examples
0 commit comments