Here's the scenario:<br><br>A dialog task is executed in the workflow, after that,&nbsp; the release status of the PO needs to be verified, so in the workflow&nbsp; there's a condition validation. <br><br>The problem is that in the runtime execution, the validation of the release status comes first or at least executes &quot;before&quot; the status has changed in the database.
<br><br>I can put a &quot;wait&quot; instruction but it won't work for me, cause just after the user dialog task, a User-decision is next, and if there's some &quot;WAIT&quot; in between, the user-decision screen won't come inmediately after the dialog is ended. it will then appear as a workitem in the inbox, and that is not what i want.
<br><br>Is there any kind of &quot;commit work and wait&quot; or something that I can use to REFRESH the releaseIndicator value in the object?<br><br>I'll appreciate your help..<br>