[jboss-user] [JBoss jBPM] - Re: Where is my process waiting for execution?

2007-10-23 Thread kukeltje
and also a process can be waiting in a 'state' where there are no tasks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4097871#4097871 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4097871 __

[jboss-user] [JBoss jBPM] - Re: Where is my process waiting for execution?

2007-10-23 Thread dleerob
All my users have a list of all task instances that they have completed. So if they did complete a task at some stage, they can click on "completed" tasks, view their list, and then select the task they want to view the process for. If a user never actually performs a task for a process instance,

[jboss-user] [JBoss jBPM] - Re: Where is my process waiting for execution?

2007-10-23 Thread kukeltje
you SHOULD have a reference to the process in your system/model/ being it the root token, processid, busisnesskey otherwise there is no relation at all View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4097808#4097808 Reply to the post : http://www.jboss.com

[jboss-user] [JBoss jBPM] - Re: Where is my process waiting for execution?

2007-10-23 Thread danymatte
Thank you for your answer... But how can I get the correct process instance, if I'm not the owner of root token? I mean, I log in my application with the user who partecipates in the process and wants to know where the process instance is waiting, but he hasn't any activity to complete...he want

[jboss-user] [JBoss jBPM] - Re: Where is my process waiting for execution?

2007-10-23 Thread dleerob
Oh yes and to get the user its currently sitting with, just simply get the actor id from the task instance its currently sitting at. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4097729#4097729 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBoss jBPM] - Re: Where is my process waiting for execution?

2007-10-23 Thread dleerob
The process image can show you where it is currently sitting. For example, the jbpm-console has a process image, and if you look at the image for a process instance, the node where it is sitting will be highlighted. I build that same functionality into my own webapp, so I simply click an "image"