Skip to content

Commit f010fcf

Browse files
committed
docs: add ttl_seconds and deadline_at to scenario.json layout docs
1 parent d75d2b7 commit f010fcf

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,11 @@ examples/delivery/stream/
105105
└── dotnet/StreamAgent.cs # .NET (dotnet run)
106106
```
107107

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+
108113
---
109114

110115
## Running Examples

0 commit comments

Comments
 (0)