Jiri Svitak [
https://community.jboss.org/people/jsvitak] created the discussion
"Re: how i can continue the execution of a previous instance in jbpm5"
To view the discussion, visit:
https://community.jboss.org/message/758813#758813
--------------------------------------------------------------
Hello,
you can use the process persistence to persist the state of your session to database and
then load the process session on another day. It depends how you want to pause the flow of
your business process - persistence works only in safe points, you can use timer or your
own service task for that. Or you may simply split your workflow into two business
processes. The second process can be supplied with the variables which can be used from
the previous business process.
Regards
Jiri Svitak
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/758813#758813]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]