0 Replies Latest reply on Jul 17, 2015 3:12 AM by franco80

    JBPM 6 start a human task from reusable subprocess

    franco80

      Hi all

       

      To get a task id from child subprocess I use own query:

      SELECT proc FROM ProcessInstanceLog proc WHERE proc.parentProcessInstanceId = :parentProcessInstanceId and proc.end IS NULL
      

       

      But probably it's not the best idea to get a task id (from human task from subprocess) this way.

       

      Do you have other solution what to do in this case ?

       

      thanks