What if start but not finish exlusive access

Hi,

Imagine you simply start an exclusive access inside a project and finish at the end of the project. But the project is failing for whatever reason => Am I right if I say the resource is not “free” and all the other projects waiting for access will be blocked ?

=> It has to be managed before and after a call project with error handling right ? Or there’s a big risk.

Here is the answer, I did not read well sorry : If exclusive access is not finished explicitly, it will be finished automatically when workflow execution finishes. In such a case, a warning will be produced.

=> So its automatically freed

Hi Romain,

Yes, the exclusive access will be automatically finished if the task fails or is canceled.

Here is a link for reference: transformations:exclusiveaccess [EasyMorph Help]