A very common request is to have the BpmProcessor action return a token/process instance
id. Perhaps in the
| <action name="start_a_new_process_instance"
|
class="org.jboss.soa.esb.services.jbpm.actions.BpmProcessor">
| <property name="command"
value="StartProcessInstanceCommand" />
| <property name="process-definition-name"
value="bpm_orchestration3Process"/>
| <property name="key"
value="businessKey"/>
| <property name="esbToBpmVars">
| <mapping esb="BODY_CONTENT"
bpm="theBody" />
| <mapping esb="contentsAsString"
bpm="theData" />
| </property>
| </action>
|
Perhaps we could do that as variable mapping.
It has also be requested that we clean up the callback EPR XML. It is a rather large chunk
of information currently
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197648#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...