2
votes

is there anyone know how to skip a human task via script?

I have been trying to find it in jBPM forum, but there is no answer.

thanks

1
Isn't there a "Skippable" option on the jBPM eclipse modeler for the human task?LifeAndHope

1 Answers

0
votes

You may not need a script to skip a human task. You could just create a data-based exclusive (XOR) gateway to check whether you need to perform the task or not. Consider the design as below, should give you some idea on how to implement your scenario.

enter image description here