[JBoss-user] [JBoss jBPM] - Re: TaskInstance.end(

2006-05-08 Thread kukeltje
the 'error' you pass as a parameter should be the name of a transition, not a (state)node View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941955#3941955 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941955 --

[JBoss-user] [JBoss jBPM] - Re: TaskInstance.end(

2006-05-08 Thread sbhatti
actually i have same name for the parameter as is state name, e.g. http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941957#3941957 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941957 --- Using

[JBoss-user] [JBoss jBPM] - Re: TaskInstance.end(

2006-05-08 Thread sbhatti
parenthesis didn' show up, what I mean is http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941958#3941958 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941958 --- Using Tomcat but need to do m

[JBoss-user] [JBoss jBPM] - Re: TaskInstance.end(

2006-05-08 Thread sbhatti
transition name='error' to='error' View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941959#3941959 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941959 --- Using Tom

[JBoss-user] [JBoss jBPM] - Re: TaskInstance.end(

2006-05-08 Thread sbhatti
Also, I noticed that you cannot generally call signal from action, instead you have to leaveNode. Is there any similar rule for task where you cannot change taskInstance from the action class. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941963#3941963 Rep

[JBoss-user] [JBoss jBPM] - Re: TaskInstance.end(

2006-05-08 Thread Saviola
Hi, sbhatti! Try setting anonymous wrote : end-tasks property of the task node to true and set the first transition to be the one you want to go when the task is finished. This way when you end a task with | taskInstance.end(); | all the other ununfinished tasks will be ended and the token