1 Reply Latest reply on Nov 10, 2014 2:00 AM by swiderski.maciej

    Need Help for JBPM

    feri

      I am using JBPM in my phd research.

      I have modeled a simple process with two tasks and  two actors (HR and PM) who executes one of the process tasks. I want to deploy the process in a real scenario which actors will be able to see, execute their tasks in their own machine.

      How can I make the users to execute their tasks remotely. (without doing any programming just with connecting them together).

      THanks in advance

        • 1. Re: Need Help for JBPM
          swiderski.maciej

          jBPM console is a server side application so you need to deploy it to a server that all users can access it via browser. So a single installation can be reached by many users and will share the data based on their access rights in the system. Different users can be assigned to different roles )PM, HR, etc) and will see only tasks that they are assigned to based on roles.

           

          HTH