7 Replies Latest reply on Aug 29, 2012 3:51 AM by salaboy21

    Human Task or User Task

    logicalj

      Hi All,

       

      I have a scenario where i have to wait for the Human resource to perform some task like approval or rejection at each and every node and i don't want to use the Drools Console or JBPM console to start, monitor or human interference for some approval or rejection type of human activity.

       

      My application which will provide the front end for all other activities is purely java based, So i need some help to know that this type of interfacing is possible or not and if possible then there will be some performance issue or not.

       

      Thanks.

        • 1. Re: Human Task or User Task
          salaboy21

          There are no limitations for you to do that, and there are no performance problem related with that.

          If you want to create your own front ends you can do that because that's the whole idea of the jBPM core.

          Cheers

          1 of 1 people found this helpful
          • 2. Re: Human Task or User Task
            cwitschel

            Hi,

             

            AFAIK the jBPM-Console is just a (not really pretty) bare bone example of a front end. So we all have something to start with.

             

            Cheers

            • 3. Re: Human Task or User Task
              salaboy21

              Bare with me.. I'm working on it

              • 4. Re: Human Task or User Task
                cwitschel

                Need help?

                • 5. Re: Human Task or User Task
                  logicalj

                  Hi Mauricio Salatino,

                   

                  Thanks for your reply but I would like toy share my exact scenario with you.

                  jBPMQuery.bmp

                  As per this scenario i have to manage the execution of Process explicitly and i am not sure how to implement this workflow where after execution of each node i actually want to mark the status of Workflow as PENDING or WAITING and through the FRONT end only the execution of next node will be triggered and workflow will be continued.

                   

                  Appreciate your help.


                  • 6. Re: Human Task or User Task
                    logicalj

                    Hi All,

                     

                    Thanks for your reply but I would like toy share my exact scenario with you.

                    jBPMQuery.bmp

                    As per this scenario i have to manage the execution of Process explicitly and i am not sure how to implement this workflow where after execution of each node i actually want to mark the status of Workflow as PENDING or WAITING and through the FRONT end only the execution of next node will be triggered and workflow will be continued.

                     

                    Appreciate your help.

                    • 7. Re: Human Task or User Task
                      salaboy21

                      It looks like you are missing a human (User) Task then in the middle. You point the exact point where the human interaction happens but you don't have a node which represent that.

                      If you add a Human Task in there, you will basically get the desired behavior. Because the process will be Pending until the Human Task is completed.

                       

                      Cheers