hi Andre Skusa,
I am facing similar issues on how to callback jbpm from esb, when the bpm process stops at a state. Basically i want to do a state machine. I tried to use the action method to call back jbpm, however i couldn't figure out how to make the EPR as mentioned by you in this post.
<action name="continue_process_instance" class="org.jboss.soa.esb.services.jbpm.actions.JBpmCallback">
</action>
Would it be possible to share some code samples on this?
Many thanks.