Community

Prematurely completing a workflow in 4.3

reply from HuiSheng Xu in jBPM - View the full discussion

Hi Al,

  Maybe you can try EventListener like this.

 

  <process>

    <on event="end">

        <event-listener class="sample.Listen"/>

    </on>

  </process>

 

  You could set a EventListener to handle processEndEvent and do what you want.

Reply to this message by going to Community

Start a new discussion in jBPM at Community