start_execution
Execute a durable sequence of command phases, checkpointing each step so completed phases are skipped on resume.
Instructions
Run a sequential, durably checkpointed set of command phases.
Each phase is an object with name and command plus optional
cwd, timeout_seconds, max_output_bytes, structured_metrics,
and side_effects (none or unsafe). A completed phase is never
rerun by resume_execution. An unsafe phase that must be retried after
failure, timeout, or interruption requires confirm_unsafe=True or the
explicit resume_policy='allow-unsafe'. Outputs and phase event history
are stored under EPHEMERAL_EXECUTION_STATE_DIR.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | ||
| label | No | ||
| phases | Yes | ||
| execution_id | No | ||
| resume_policy | No | safe | |
| timeout_seconds | No | ||
| max_output_bytes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |