2 Replies Latest reply on Jul 24, 2012 4:42 AM by newbird

    Few questions on jbpm5

    newbird

      How to supply input or output to jbpm process or task?

      What is jbpm session? If application crashes, can i restore that session?

      What if app is running in two boxes, Is there any possibility to share session?

      What is the available jbpm persistence API ? 

      how would i access internal variables of a process and sub process?

      Can i change the process flow in the middle of runtime?

      What is stateful knowledge session?

      How to modify the task or session variable after session starts?

        • 1. Re: Few questions on jbpm5
          amin-mc

          Have you read the jBPM 5 documentation? I would start there as most of your questions can be answered by reading the documentations.

          • 2. Re: Few questions on jbpm5
            newbird

            I red the jbpm and drools documentation...

             

            My main concern is how to supply input to each task not like providing all variables at the start of process in form of Map<String,Object>?

             

            wat is i have two variables with the same name in two different tasks in the process...Will there be any collision? How to differentiate which variable belongs which task?

             

            In scipt executor, can i put any palin java code...Do i need to care anything?

             

            What if app is running in two boxes, Is there any possibility to share session?

             

            What is jbpm session? If application crashes, can i restore that session?