Skip to main content

Module executor

Module executor 

Source
Expand description

Step executor for protocol commands with –execute mode.

Executes shell commands sequentially, captures output, handles failures, and performs $WS placeholder substitution for workspace names.

Structs§

ExecutionReport
Complete execution report with results and remaining steps.
StepResult
Result of executing a single step.

Enums§

ExecutionError
Errors that can occur during step execution.

Functions§

execute_steps
Execute a list of shell commands sequentially.
render_report
Render an execution report in the specified format.