CWWBV3409E The compensateScope activity can be used only inside a fault handler or a compensation handler (0 compensate activity).
Explanation
compensateScope activities are used to invoke the compensation handlers of scope activities that completed normally when a fault occurs. Therefore, compensateScope activities can be used only inside fault handlers or compensation handlers.
User response
Remove the compensateScope activity, or move it to a fault handler or a compensation handler.