3 Replies Latest reply on Mar 1, 2013 8:17 AM by swiderski.maciej

    How to update a process when it is running ?

    miniservice

      in my project ,i use the JBPM5.3 and spring ,the task server is HornetQTaskServer, i need to update a task node when the task process was running .

       

      For this thing , i start a task process , when it go to a task node , i found that the actor which was assigned to this node was not have the auth to do this node now (such as this actor leaved from the company or be travel on official business ) . So i need to update this node to assign the other actor to do this task node.

       

      How can i do to update this node ?

       

      Very thank you for you help .