[jboss-user] [JBoss jBPM] - Re: ContextInstance of a non-null ProcessInstance is null
coolex
do-not-reply at jboss.com
Thu Jul 31 17:27:15 EDT 2008
Maybe the processdefinition will help:
| <process-definition xmlns="" name="Ordering">
|
| <start-state name="start">
| <transition to="FirstNode" name="firstNode"></transition>
| </start-state>
|
| <task-node name="FirstNode">
| <task name="FirstNode">
| <assignment class="org.jboss.seam.drools.DroolsAssignmentHandler">
| <workingMemoryName>policyPricingWorkingMemory</workingMemoryName>
| <assertObjects>
| <element>#{actor}</element>
| <element>#{processInstance}</element>
| <element>#{processManager}</element>
| </assertObjects>
| </assignment>
| </task>
| <transition to="SecondNode" name="secondNode"></transition>
| </task-node>
| ...
| </process-definition>
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4168036#4168036
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4168036
More information about the jboss-user
mailing list