Error Message :
N/A
In the following scenario, described by an example, a SYNC-Object is not correctly reset. <Please see attached file for image>

The job inside the Workflow fails. The task properties of the job and the end-object can be seen in the screenshot.
The top Workflow has the following Sync condition:
<Please see attached file for image>

At the beginning, the current status shown in the Sync monitor is AVAIL 0 (see first screenshot above).
Starting the Workflow, the job goes to status blocked and the Sync monitor shows EXCL 1, which is as expected.
<Please see attached file for image>

Now release the blocked Workflow:
<Please see attached file for image>

The current status is not set to AVAIL 0, as expected:
<Please see attached file for image>

It is expected that the status is set back to AVAIL 0, because the use of Block or Abort in Else
<Please see attached file for image>

The Sync status is reset to AVAIL 0 after the procedure above.