2 weeks ago
Hi Community,
I'm implementing the Workato Autonomous Operations Framework (AOF) in my workspace, following the standard 4-layer structure:
Business Logic → Error Handler → Logging → Job Recovery
I'm using the official AOF package provided by Workato Academy, and I've followed the recipe structure and configurations exactly as downloaded.
Here’s the issue I’m facing:
In my main orchestrator recipe, I intentionally throw an error to simulate failure. This correctly triggers the error handler recipe via Call recipe.
The error handler logs the error and then conditionally triggers the job recovery sub-recipe based on a conditional block.
The conditional block came pre-configured from the AOF Academy package with a default value of "Yes" (under the condition to execute job recovery).
However, despite this setup, the job recovery recipe never executes — it doesn’t appear in the job dashboard at all.
Image 1: Job dashboard showing no trace of the job recovery recipe being triggered.
Image 2: Main orchestrator recipe where error handler and recovery recipe are referenced.
Image 3: Test execution confirming failure, but no recovery call was made.
Image 4: My AOF flow diagram (intended full structure).
The recovery recipe is active and callable.
The input/output schema between recipes is configured.
The condition in the error handler is present as per the Workato Academy template, with the value set to "Yes".
There are no error logs or failed job records related to the recovery recipe.
It seems like the recovery recipe is never invoked, even though all conditions are met.
Has anyone else encountered this issue while using the AOF package from Workato Academy? Any advice would be appreciated!
Thanks in advance.Image -1
Image -2
Image -3
Image -4