[jboss-user] [JBoss jBPM] - GPD 3.1.1

2007-11-24 Thread paolodt
Has been or when will be released the JBPM GPD desiogner 3.1.1 (it was scheduled for the 16 nov.) ? Thank you, Paolo View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4107454#4107454 Reply to the post :

[jboss-user] [JBoss jBPM] - jBPM JPDL Designer 3.1.0.GA

2007-09-09 Thread paolodt
What about the GPD 3.1.0.GA? Has been scheduled a release date? Thank, Paolo View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4082405#4082405 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4082405

[jboss-user] [JBoss jBPM] - Task events

2007-05-30 Thread paolodt
Other than task-create are there more events type for task?! Anyway exists a complete events type list reference document? Thank you, Paolo Di Tommaso View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049755#4049755 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Task events

2007-05-30 Thread paolodt
Great thank you, I was loooking at the Event element documentation .. Thanks, Paolo View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049780#4049780 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4049780

[jboss-user] [JBoss jBPM] - Event interception

2007-03-16 Thread paolodt
Is there a way in jBPM to intercept process flow events? I'm thinking about something like an Observer pattern to catch processing flow events. For example when a user has been assigned for a task or when the flow enters in a node. Thank you, Paolo View the original post :

[jboss-user] [JBoss jBPM] - Transition loop

2007-03-01 Thread paolodt
Does jpdl supports transition from a node to itself? basically a node loop ? I've tried to design using the GPD, but is seems to do not permit it .. Paolo View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024324#4024324 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Transition loop

2007-03-01 Thread paolodt
anonymous wrote : | the engine allows it BUT... make sure it is a wait state, otherwise you will get a stack overflow | Should it work with a task node also? I want to let a user to loop on a task until he choose a different transition ... Thanks, Paolo View the original post :

[jboss-user] [JBoss jBPM] - Workflow process visual rapresentation

2007-02-27 Thread paolodt
In my JBPM based application, I would like to show a visual representation of teh current status of a ProcessInstance (like the reference web console provided application). I see that the process .par file contains the processimage.jpg image, but hot to render the ProcessInstance status on it?

[jboss-user] [JBoss jBPM] - Re: Workflow process visual rapresentation

2007-02-27 Thread paolodt
ProcessImageTag.java ... I suppose .. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023060#4023060 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023060 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - Re: Finding tasks efficiently using ContextInstance?

2007-02-20 Thread paolodt
Q: anonymous wrote : | The TaskMgmtSession class has several methods for finding tasks belonging to actors - either individual actors or many at a time. | | BUT... is there a way to efficiently find tasks using the values in context variables? | A: anonymous wrote : | you can do