0 Replies Latest reply on Oct 12, 2012 7:15 AM by cyrine

    Can I save my process instance to call it again where stopped?

    cyrine

      Hello everybody,

      I modeled a process
      with jbpm5 containing Wait States using Service Tasks. All goes well, my process runs perfectly.

      At this stage, I want to save the state of my process, supposedly ProcessInstance = 'X', which was stopped in the example node 'Ni' pending message to continue.

      So when I returned to my process, I execute it again by calling this instance X, it should run where it stopped (say from 'Ni').

      Is it possible?

      If yes, what I need to use for that (Hibernate, MySQL ..)?

      P.S.: I am using jbpm in version 5!

      Thank you in advance!