1 Reply Latest reply on Nov 6, 2008 11:48 AM by salaboy21

    How to save only the state in JBPM

      I have an user enrollment controlled by JBPM hopping from one node to another. Now, every node has got as state which Iam persisting when Iam hitting workflow.

      now, the user can do a partial enrollment and log out of the system and come back and continue from the same page he logged out last time. Now, if i happen to change any of the nodes' state which was saved previously, how do I make sure, that I save only the state from the context and does not signal myself to the next node.

      Like, I want to save only the delta state of a page.
      How do I do it?

        • 1. Re: How to save only the state in JBPM
          salaboy21

          I don' t fully understand your question, but if you want to save your task variables and then continue with finishing the task you can do like the jbpm-console save variables in task forms.
          You should take a look at this functionallity.
          Hope it helps.