When dealing with intermittent errors, such as "service is not reachable," the default error handling
in Adobe Workfront Fusion is often sufficient to improve execution success rates.
Default Error Handling:
Fusion automatically retries operations when transient errors, such as network or connection issues,
occur.
By leveraging this built-in functionality, the system will attempt to re-execute the failing module after
a brief delay, which is often enough for the external service to become reachable again.
Why Not Other Options?
A . Adding an error handler that will notify the system owner: While notifying the owner can be
useful for monitoring purposes, it does not directly address improving the success rate of executions.
C . Adding a Break directive to the module: Adding a Break directive will stop the execution entirely,
which is counterproductive in this case, as the service typically becomes reachable again after a short
time.
Reference:
Adobe Workfront Fusion Documentation: Default Error Handling Mechanisms
Experience League Community: Managing Intermittent API Errors in Fusion