Skip to content

Commit 594a7a1

Browse files
authored
docs: add ttl_seconds and deadline_at to scenario.json layout docs (#38)
1 parent 0db761f commit 594a7a1

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)