[jboss-user] [JBoss jBPM] - Re: How to connfig sub-processes in 3.2.GA correctly

inxaoc do-not-reply at jboss.com
Wed Jan 30 05:26:26 EST 2008


What about binding late?

I've tried unit test and it works. But in real execution I can set up the following code to define subProcess for super process:
  | ProcessState processState = (ProcessState) superProcessDefinition.getNode("subprocessnode");
  |     processState.setSubProcessDefinition(subProcessDefinition);

How to make it automatically!? I am deploying (programmatically) subprocess before main process.
Please help me. I think it is a trivial question, but in your answer I didn't find solution! But I was reading other topics too. Why it works in test and doesn't work in reality correctly!?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4124708#4124708

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4124708



More information about the jboss-user mailing list