0 Replies Latest reply on Feb 23, 2015 10:08 AM by antonio.giambanco

    Is it possible to auto-claim a human task?

    antonio.giambanco

      Hi all,

      I was wandering if is possible to make an automatic claim on a Human Task . . .

      Here my problem:

      1. My process has to loop on a human task becouse two or more users have to input data
      2. Inside the start request I have an ordered list of users that have to put data
      3. I use this ordered list to create a string variable #{userStr} with comma separated users and assign it to Actors Human Task.
      4. auto claim by current user that has to put data

       

      I would like to develop process loop in order to respect users order, to query among taskes instances through getTaskByPotentialOwner() function in order to know for each task who has to put data, who already put and who not.

       

      Any suggest?