Classify the result
Determine whether Make recorded an error, warning, incomplete execution, successful run, or no run at all.
Make scenarios can fail explicitly, stop as incomplete executions, or complete while routing the wrong data. Diagnose the execution state before adding another handler.
Determine whether Make recorded an error, warning, incomplete execution, successful run, or no run at all.
Compare the module’s input bundle, mapped values, output, and error details with a known-good execution.
Skip, retry, break, rollback, and resume decisions have different business consequences. Confirm what already happened downstream.
Choose whether to resume an incomplete execution, replay a bounded step, route to review, or stop and rebuild the fragile branch.
An error handler is not automatically a repair. It must preserve the intended business outcome, expose unresolved work, and avoid duplicates.
A scenario is usually rescueable when its failure can be reproduced, the affected bundles can be identified, and recovery can be bounded. Rebuild becomes more responsible when undocumented branches and side effects prevent a safe repair.
Augmentive AI’s diagnostic is scoped and paid after fit review. Production repair is a separate phase.
Share the symptom, execution evidence, and business consequence—without sending credentials or sensitive data.
Request fit review →