Re: [jboss-user] [jBPM] - How to do automatic transition from one state node to any other node
by Huisheng Xu
Huisheng Xu [http://community.jboss.org/people/rebody] replied to the discussion
"How to do automatic transition from one state node to any other node"
To view the discussion, visit: http://community.jboss.org/message/539115#539115
--------------------------------------------------------------
Hi Felix,
I guess the key of problem is What you really want to do? You never tell us that, just ask where is the ActionHandler, how could we use ActionHandler to let process go on execute. If we still focus on how to implement a operation, I am afraid we could never find a solution.
From your description, I think you would better use TaskActivity to replace StateActivity. Because in fact, what you want to do is let a document or a contract or something else to be reviewed, to be researched, to be completed or to be closed. There must have someone to do these jobs. So we could use TaskActivity to create a task to these people and let process waiting for people operations. When the people complete his task, related process will be signal to the next step.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/539115#539115]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
16 years
Re: [jboss-user] [jBPM] - How to do automatic transition from one state node to any other node
by Felix Jose
Felix Jose [http://community.jboss.org/people/FelixKJose] replied to the discussion
"How to do automatic transition from one state node to any other node"
To view the discussion, visit: http://community.jboss.org/message/539113#539113
--------------------------------------------------------------
Hi Huisheng,
I have to maintain the different states(open, being review, research, reviewed, completed,rejected, closed) in my workflow. Without state nodes how can I maintain the states? That is the reason behind using state nodes.
If you have any clues on this please let me know.
Thank you very much,
With Regards,
Felix K Jose
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/539113#539113]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
16 years