[jboss-user] [JBoss jBPM] - Re: fork node

2008-09-04 Thread provaJbpm
img: [img]http://img515.imageshack.us/my.php?image=forknodemz5.jpg[/img] View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174213#4174213 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4174213 _

[jboss-user] [JBoss jBPM] - Re: fork node

2008-09-04 Thread kukeltje
define: anonymous wrote : display information about two states View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174408#4174408 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4174408 ___

[jboss-user] [JBoss jBPM] - Re: fork node

2008-09-10 Thread provaJbpm
after fork i've two "state" nodes. i want to control if their execution are running... i've assign 2 action for each node ! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175506#4175506 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[jboss-user] [JBoss jBPM] - Re: fork node

2008-09-10 Thread kukeltje
you can use the jbpm api to retrieve the status of these specific nodes, but somehow I think this is not the answer you are looking for View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175533#4175533 Reply to the post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBoss jBPM] - Re: fork node

2008-10-13 Thread provaJbpm
this is an image of my problem: http://www.flickr.com/photos/[EMAIL PROTECTED]/2936824185/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181762#4181762 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181762 ___

[jboss-user] [JBoss jBPM] - Re: fork node

2008-10-13 Thread provaJbpm
ok but why if i'm in ST1 state and callToken parent = token.getParent(); parent is null ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181865#4181865 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [JBoss jBPM] - Re: fork node

2008-10-13 Thread kukeltje
by using the api... tokens can have a parent, if that parent token has more than one child token, it is a fork. Childtokens are also in nodes which you can get to by using the api And yes, you should always have a join. Fully nested!!! View the original post : http://www.jboss.com/index.html?m

[jboss-user] [JBoss jBPM] - Re: fork node

2008-10-13 Thread kukeltje
what is the token name? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181886#4181886 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181886 ___ jboss-user mailing list jboss-u

[jboss-user] [JBoss jBPM] - Re: fork node

2008-10-13 Thread kukeltje
and make a unittest that demonstrates the problem View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181887#4181887 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181887 ___ jboss

[jboss-user] [JBoss jBPM] - Re: fork node

2008-10-14 Thread provaJbpm
token name is ST1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4182101#4182101 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4182101 ___ jboss-user mailing list jboss-user@li

[jboss-user] [JBoss jBPM] - Re: Fork Node Issues

2007-04-06 Thread [EMAIL PROTECTED]
There are different solutions to this problem, but I would not create a custom join node for it. 1. You could use two tasks on a single task-node, the read-only task assigned to the student is not 'endable' and it can only end when the second task is ended. To do this, end the read-only task f