HuiSheng Xu [
http://community.jboss.org/people/rebody] replied to the discussion
"Prematurely completing a workflow in 4.3"
To view the discussion, visit:
http://community.jboss.org/message/541213#541213
--------------------------------------------------------------
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
[
http://community.jboss.org/message/541213#541213]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]