Available on crate features
functional and graph only.Expand description
Execution log for tracking task completion status within a workflow run.
The ExecutionLog is stored as part of checkpoint metadata and enables
the resume-skip behavior: when a workflow resumes from a checkpoint, tasks
that were already completed are skipped automatically.
Structs§
- Execution
Log - Tracks task completion status within a workflow run. Stored as part of the checkpoint metadata.
- Task
Record - A record of a single task’s execution state.
Enums§
- Task
Status - The lifecycle status of a task within a workflow execution.