0 Replies Latest reply on Aug 6, 2017 5:04 AM by zydzjy

    jbpm start process and do the first task in a single procedure with the same transaction

    zydzjy

      无标题.png

       

       

      normally, use jbpm as follows:

      1)start process

      2)get task

      3)claim,start,and complete the first task.

       

       

      however,how do i encapsulate "start process" and claim,start,complete the first task in an transaction procedure???