Sergey Kornilov [https://community.jboss.org/people/kornilovs] created the 
discussion

"Re: Process ends, but user wants to redo the last human task, What or How to 
do this?"

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

--------------------------------------------------------------
Re: But then there is a concern where the two process will become separate 
process, and by looking at the original process we do not know the real time it 
takes to complete the process.

you can add some parameters to new process when start it:

boolean isRestarted = true;
List<Integer> previousProcessDurationSecond = [1,2...];

or you can keep InstanceId of aborted process. By this you can get Information 
when need it.
--------------------------------------------------------------

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

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

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to