[jboss-user] [JBoss jBPM] - Listener for starting a process instance

2006-12-28 Thread knra
Hi, i'd like to know if and how is it possible to implement a listener (jms or file) capable of starting a process instance. This listener should be deployable through jboss-jbpm standard tool Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996679#3996

[jboss-user] [JBoss jBPM] - Re: Listener for starting a process instance

2006-12-31 Thread knra
i think i'm going to implement a normal listener and when the event occurs load the process-definition from the db and start a process instance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3997085#3997085 Reply to the post : http://www.jboss.com/index.html

[jboss-user] [JBoss jBPM] - Action fires more times in a processinstance

2007-01-18 Thread knra
Hi, I deployed processflow composed of a start, 3 nodes and an end. On each node I hook one action on the node-enter event. Every node does something + at the end I leave it with executionContext.leaveNode(). My question is: why for 1 processinstance the action is called more times (exactly 3 ti

[jboss-user] [JBoss jBPM] - Re: problem persisting a processinstance

2007-01-18 Thread knra
how did you persist (code ) the process instance and which phase of your process? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4003230#4003230 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4003230

[jboss-user] [JBoss jBPM] - Re: Action fires more times in a processinstance

2007-01-18 Thread knra
need to clarify: every node has a different action attach to it on the node-enter event. When the processinstance is on the way every action is called more times. In my opinion it should not be like that. If I change the node from type Node to state Node than the behaviour is correct-->every act

[jboss-user] [JBoss jBPM] - Re: Action fires more times in a processinstance

2007-01-18 Thread knra
i didn't write jdk, etc, etc etc because in this case these information are just useless. Write any processdefinition (with jbpm3.1.2+java5 if you want) and attach action on the nodes, they are called more times like described View the original post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss jBPM] - Re: Action fires more times in a processinstance

2007-01-19 Thread knra
This works, but if you change node of type State to node than I have the described behaviour:

[jboss-user] [JBoss jBPM] - Re: Action fires more times in a processinstance

2007-01-23 Thread knra
| | | | | | | | | | | | | | | | | | | | | | |

[jboss-user] [JBoss jBPM] - Re: Action fires more times in a processinstance

2007-01-24 Thread knra
Inside an Action I have following code: | if (fileMoved==true){ | executionContext.leaveNode(); | } | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006227#4006227 Reply to the post : http://ww

[jboss-user] [JBoss jBPM] - Re: Action fires more times in a processinstance

2007-01-26 Thread knra
Thanks for your time & support View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006686#4006686 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4006686 ___ jboss-user mailing list