RSS
 

Could not acquire the execute lock for Worklet

10 Jun

If a worklet fails with the status message below;

ERROR: Worklet task instance [wklet_name]: Could not acquire the execute lock for Worklet [wklet_name]

This means the worklet is already working or suspended in some other workflows. You have to check other workflows and abort the worklet.

Social Share Toolbar
 

Tags: , , ,

Leave a Reply

 

 
  1. Tejasvi

    May 10, 2012 at 3:07 AM

    Hi,

    I am facing same error while executing a re-usable worklet. As it is re-usable worklet, we can execute same worklet in multiple sessions.

    Please suggest.

     
  2. Mehmet

    May 10, 2012 at 4:08 PM

    I have never faced your case.

    I suggest to remove re-usable property of the worklet.

    If I can test your case with a succcessful result, I will reply…