1 Reply Latest reply on Nov 21, 2005 1:12 PM by kukeltje

    Process Instance Owner

    gscheibel

      Hi, I am looking in the documentation and can't find nothing about it. How I know who or witch actor start the process instances. I need to query the process that some actor have started.

        • 1. Re: Process Instance Owner
          kukeltje

          jbpm does not store the id of the user who started the process. It does log the actor that acted on the first task. The HomeBean in the webapp can be adapted however to store any process variable with any value available in the http request, the jsf context or the http session. So you could (easily) adapt this bean to store the id of the user who starts the process in any varialbe you like.