task-executions
Task execution operations for tracking individual task runs within flow executions.
Task executions represent individual task runs within a flow execution. Each task in a flow execution has its own task execution record that tracks its lifecycle, inputs, outputs, and status.
What is tracked:
- Status: Current state (pending, running, completed, failed, skipped)
- Input/Output: Data passed to and produced by the task
- Timing: Start time, end time, and duration
- Errors: Failure details and error messages
- Tags: Metadata and categorization
Use these endpoints to:
- Query task execution status for debugging
- Retrieve task outputs for analysis
- Debug task failures with detailed error information
- Track task performance and timing
- Monitor task execution progress within flows
Task executions provide granular visibility into workflow execution, essential for debugging and optimization.
What made this section unhelpful for you?
On this page
- task-executions