[jboss-user] [JBoss jBPM] - Re: TaskInstance lifecycle

2008-12-16 Thread pgros
Ok found the answear already by my own when processInstance or taskInstance are ended they are still available The taskInstances are deleted when the processInstance is deleted: graphSession.deleteProcessInstance() View the original post : http://www.jboss.com/index.html?module=bb&op=viewtop

[jboss-user] [JBoss jBPM] - Re: TaskInstance lifecycle

2008-12-16 Thread pgros
... and i'm interested in the same question for ProcessInstance Thanks in advance! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4196790#4196790 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4196790 ___

[jboss-user] [JBoss jBPM] - TaskInstance lifecycle

2008-12-16 Thread pgros
anonymous wrote : Currently, completed task instances are marked with an end date so that they are not fetched with subsequent queries for tasks lists. But they remain in the JBPM_TASKINSTANCE table. Is there a way to delete them with jbpm or have i to create a custom querry for that? because i

[jboss-user] [Beginners Corner] - jboss + junit = shutdown

2008-12-12 Thread pgros
Hi after running "org.junit.runner.JUnitCore.main()" in my bean the jboss server always shuts down.. what can i do against it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4196206#4196206 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [JBoss jBPM] - find actors

2008-12-08 Thread pgros
Hi is there any possibility to get a list of actors for all TaskInstances? or have i to remember by my own to which actors i assigned tasks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195098#4195098 Reply to the post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss jBPM] - Re: Cange swimlane at runtime

2008-12-02 Thread pgros
When i create my process instance i set the var "SWIMLANE" to "Unknown" i have following nodes startstate -> node -> tasknode1 -> tasknode2 "node" sets var "swimlane" to "test" then i overrided the enter() function of tasknode as following | @Override | public void enter(ExecutionCo

[jboss-user] [JBoss jBPM] - Cange swimlane at runtime

2008-12-02 Thread pgros
Is it possible to change the swimlane or asignment of a task in a ProcessInstance, when the tasknode is not reached yet? apparently the asignment is appointed when the process leaves the start-state and can not be changed later even if i use a process variable: | | | | the processv