Class LockProcessInstanceWork


public class LockProcessInstanceWork extends WrappingBonitaWork
Transactional work that lock the process instance This work try to lock a process instance, if it can't be locked before the end of the TIMEOUT, we reschedule the fill stack of work on the work service.
Author:
Charles Souillard, Baptiste Mesta
  • Field Details

    • processInstanceId

      protected final long processInstanceId
  • Constructor Details

    • LockProcessInstanceWork

      public LockProcessInstanceWork(BonitaWork wrappedWork, long processInstanceId)
  • Method Details