check this process bpmn file:
https://github.com/esteban-aliverti/JBPM-Samples/blob/master/Multiple-Instance-Node-Samples/src/test/resources/process/multipleNodeInstanceProcess.bpmn

On Tue, Mar 22, 2011 at 11:42 AM, Mauricio Salatino <[email protected]>wrote:

> HI Mandic,
> You need to add the start and end event nodes inside the sub process, but
> please check that the end-event node doesn't contain the terminateEvent tag
> inside it.
> Greetings.
>
>
> On Tue, Mar 22, 2011 at 11:39 AM, HMandic <[email protected]> wrote:
>
>> Hi all,
>>
>> I'm stuck on a problem on using multiple instances with reusable
>> sub-process.
>> I have a simple sub-process that needs to be run for list.size() times
>> (where list is a "CollectionExpression" property) inside the "Multiple
>> Instances" component in a parent process.
>> But the parent process always just skips these sub-procesess and ends
>> without error (the list is not empty).
>>
>> I think it has something to do with me being unable to insert values in
>> "StartNodeId" and "EndNodeId" properties, the editor (inside Eclipse) just
>> deletes those fields upon saving. It worked before with .rf flows, but it
>> doesn't now when I'm using .bpmn.
>>
>> Also, the documentation (jbpm-5.1-SNAPSHOT docs) doesn't even mention
>> "StartNodeId" and "EndNodeId" properties for multiple instances component
>> although they are there in the editor.
>>
>> Anybody had the same problem?
>>
>> I'm using Drools 5.2.0M1 and jbpm5.1.
>>
>>
>>
>>
>> --
>> View this message in context:
>> http://drools-java-rules-engine.46999.n3.nabble.com/Problem-with-multiple-instances-component-tp2715105p2715105.html
>> Sent from the Drools - User mailing list archive at Nabble.com.
>> _______________________________________________
>> rules-users mailing list
>> [email protected]
>> https://lists.jboss.org/mailman/listinfo/rules-users
>>
>
>
>
> --
>  - CTO @ http://www.plugtree.com
>  - MyJourney @ http://salaboy.wordpress.com
>  - Co-Founder @ http://www.jbug.com.ar
>
>  - Salatino "Salaboy" Mauricio -
>



-- 
 - CTO @ http://www.plugtree.com
 - MyJourney @ http://salaboy.wordpress.com
 - Co-Founder @ http://www.jbug.com.ar

 - Salatino "Salaboy" Mauricio -
_______________________________________________
rules-users mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to