JBPM6 Service task to execute java code

前端 未结 3 1970
猫巷女王i
猫巷女王i 2020-12-10 16:35

I am new in JBPM6. My scenario is like this that i want to execute some java code using JBPM service task.From documentation i am not able to understand how to use domain sp

3条回答
  •  独厮守ぢ
    2020-12-10 17:13

    Apart from the (excellent) example provided by Mike, if your only goal is to execute some Java code, you can consider using a Script task instead (and just embed the Java code in your process) or reuse the already existing Service Task that can invoke an operation on a Java class.

提交回复
热议问题