takt/e2e/fixtures/scenarios/run-with-failure.json
2026-02-10 08:02:16 +09:00

15 lines
239 B
JSON

[
{
"status": "done",
"content": "Task 1 completed successfully."
},
{
"status": "error",
"content": "Task 2 encountered an error."
},
{
"status": "done",
"content": "Task 3 completed successfully."
}
]