4 Replies Latest reply on Sep 16, 2013 9:35 AM by pearl3287

    JBPM 6 CR2 User Task

    pearl3287

      Anyone plz provide me any example of User task of JBPM 6 CR2. confused with that.

        • 1. Re: JBPM 6 CR2 User Task
          salaboy21

          Can you please elaborate on what the problem is? We are willing to help, but did you read the docs? User Tasks are user tasks so if you take a look at the jbpm 5.4 documentation you should get what you need.

          Cheers

          • 2. Re: JBPM 6 CR2 User Task
            pearl3287

            i have gone through Documentation and read about User task but i am confused at how i can implement it in my Java web application.

            I mean which coding I have to do for User task implementation. i know about UserGroupCallback but what else??

             

            Thanks for your response. Any url ink to example or helpful article will be appriciable.

            • 3. Re: JBPM 6 CR2 User Task
              salaboy21

              You need to use the APIs provided by jbpm-human-task-core. Check the human tasks tests inside that module that will help you to understand how to use them.

              Can you please clarify what exactly are you trying to implement?

              You can check the examples here as well from the jBPM5 Developer Guide book: https://github.com/Salaboy/jBPM5-Developer-Guide/tree/master/chapter_07

              1 of 1 people found this helpful
              • 4. Re: JBPM 6 CR2 User Task
                pearl3287

                I am new User to JBPM so started to work with JBPM 6 directly. Actually I am working on a project which need to have human interaction like one task goes to f.e Supervisor than after his/her approval the task goes further and like wise.
                And ya thanks for link and suggestion to go through jbpm-human-task-core API.