Skip to main content

Module executor

Module executor 

Source
Expand description

Sequential workflow executor with audit logging and rollback.

Executes tasks in topological order, recording all events to the audit log. On failure, triggers selective rollback of dependent tasks using Saga compensation.

Structsยง

WorkflowExecutor
Sequential workflow executor with rollback support.
WorkflowResult
Result of workflow execution.