aeat.application.workflow._engine_recording module

Failure recording helpers for the workflow engine.

record_unhandled(*, stage, started, exc, steps)[source]

Record a failed step and raise WorkflowAbortSignalError(UNHANDLED_EXCEPTION).

Return type:

NoReturn

Parameters:
record_site_unavailable(*, stage, started, exc, steps, current_run_id)[source]

Record a site-health failure and abort with SITE_UNAVAILABLE.

Return type:

NoReturn

Parameters: