Discussion:
[jboss-user] [jBPM] - How to update a process when it is running ?
pichunhan pi
2013-02-26 07:42:13 UTC
Permalink
pichunhan pi [https://community.jboss.org/people/miniservice] created the discussion

"How to update a process when it is running ?"

To view the discussion, visit: https://community.jboss.org/message/799523#799523

--------------------------------------------------------------
in my project ,i use the JBPM5.3 and spring ,the task server is HornetQTaskServer, i need to update a task node when the task process was running .

For this thing , i start a task process , when it go to a task node , i found that the actor which was assigned to this node was not have the auth to do this node now (such as this actor leaved from the company or be travel on official business ) . So i need to update this node to assign the other actor to do this task node.

How can i do to update this node ?

Very thank you for you help .
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/799523#799523]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Maciej Swiderski
2013-02-28 17:37:14 UTC
Permalink
Maciej Swiderski [https://community.jboss.org/people/swiderski.maciej] created the discussion

"Re: How to update a process when it is running ?"

To view the discussion, visit: https://community.jboss.org/message/800124#800124

--------------------------------------------------------------
to do that you have several options:
* assign task to a group where you have many users that can claim and then work on the task
* use delegate operation on taskClient
* use forward operation on taskClient

personally I would recommend the first approach as it's the easiest one and clear to everyone. Once task was claimed by a person that is on vacation such task can be released by administrator and by that will be available for another user from the group to work on it

HTH
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/800124#800124]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
pichunhan pi
2013-03-01 03:30:16 UTC
Permalink
pichunhan pi [https://community.jboss.org/people/miniservice] created the discussion

"Re: How to update a process when it is running ?"

To view the discussion, visit: https://community.jboss.org/message/800188#800188

--------------------------------------------------------------
How to set the time range for the delegate ?

Such as , once i have delegated a task to a people , but when reach a certain time , i want to recover the auth from this people .

How can i do the timing task .
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/800188#800188]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Maciej Swiderski
2013-03-01 13:17:47 UTC
Permalink
Maciej Swiderski [https://community.jboss.org/people/swiderski.maciej] created the discussion

"Re: How to update a process when it is running ?"

To view the discussion, visit: https://community.jboss.org/message/800283#800283

--------------------------------------------------------------
for that you would need to use deadlines defined on tasks so reasignment can happen after specified interval.

HTH
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/800283#800283]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Loading...