Skip to main content

Module execution_log

Module execution_log 

Source
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§

ExecutionLog
Tracks task completion status within a workflow run. Stored as part of the checkpoint metadata.
TaskRecord
A record of a single task’s execution state.

Enums§

TaskStatus
The lifecycle status of a task within a workflow execution.