Execution monitoring flow
Inspect a single execution
Use:- Did the execution start
- Is it still running
- What phase is it in
- Did it complete successfully
- Is result data ready yet
Execution statuses
List executions
Use:- Dashboards
- Polling workers
- Admin tooling
- Historical run inspection
Control a running execution
Task Service supports explicit runtime control actions:
These are runtime operations, not task definition updates.
Recommended polling pattern
What to do after completion
Once an execution reachescompleted, switch from execution APIs to:
- Result metadata endpoints
- Export endpoints
- Dataset endpoints
- Media download endpoints