Skip to main content
Question

Workflow Error ETAG_Incorrect

  • November 19, 2025
  • 1 reply
  • 20 views

Forum|alt.badge.img+10

I’m trying to write a workflow that updates the Ownership on a Purchase Order Line.  When I try to do the Update, I am getting this error:

PurchaseOrderLinesHandling.ETAG_INCORRECT: ETag is incorrect

 

Any suggestions on what I am doing wrong?

 

1 reply

Forum|alt.badge.img+7

@TosohLBlum 

What timing are you using for the workflow execution? 
If timing is before, the error may occur because the ETag from the workflow’s initiating action is passed into the workflow, then updated inside the workflow, and finally bound back to the original initiating call.

For each API task, there should be an override ETag flag. Try enabling that for ETags within the workflow. This ensures the initiating ETag does not get updated during the workflow execution.