Capture user who accepts a task

Certified Senior Developer

Hi All

I have a form which is assigned to a group "A". Now a user being the member of group "A" can see this task in My Tasks.
Now he accepts the task.
I want to capture who in the group has accepted the task.
Note that: The task is not completed. It is still with the user.
I understand that it can be captured as the task is completed by tp!owner.
But I want to know before the task is completed.

Thanks in Advance....

OriginalPostID-76084

OriginalPostID-76084

  Discussion posts and replies are publicly visible

Parents
  • Thanks aayusha, We are on version 16.1 and I think a!writeToDataStoreEntity() is available from 16.2 onwords. Attached is a rule which returns true if task has been accepted and I'm calling this rule on rule event inside a process and based on this rule condition I'm trying to write status into DB. When am calling this rule in script task it's returns valid Boolean value but when I call it into rule event my process goes into Paused mode and I got error alert "ERROR:EVAL:@reason=index" Such errors occur if we use with or load inside the rule but I am not using with or load in my rule.

    Identify Task Status.txt

Reply
  • Thanks aayusha, We are on version 16.1 and I think a!writeToDataStoreEntity() is available from 16.2 onwords. Attached is a rule which returns true if task has been accepted and I'm calling this rule on rule event inside a process and based on this rule condition I'm trying to write status into DB. When am calling this rule in script task it's returns valid Boolean value but when I call it into rule event my process goes into Paused mode and I got error alert "ERROR:EVAL:@reason=index" Such errors occur if we use with or load inside the rule but I am not using with or load in my rule.

    Identify Task Status.txt

Children
No Data