As soon as a user accepts a task, I need to change the value of a pv!. I saw a l

As soon as a user accepts a task, I need to change the value of a pv!. I saw a lot of threads on this but none served my purpose. Is there a workaround for this, or do I need to create a dummy form where the user goes and clicks a button "I accept" to achieve this requirement?...

OriginalPostID-96030

OriginalPostID-96030

  Discussion posts and replies are publicly visible

Parents
  • Hi padmanabhanv, Consider this solution if usage of js/ jquery is allowed. Create a dummy user input task and write a autosubmit event on load of the form, such that the form gets submitted automatically whenever someone accepts the task. Also capture the tp!owner of this task. Now place a script task which updates your status variable, or else this could be done in the dummy user input task itself. Now have the original task after this in an activity-chained fashion.
Reply
  • Hi padmanabhanv, Consider this solution if usage of js/ jquery is allowed. Create a dummy user input task and write a autosubmit event on load of the form, such that the form gets submitted automatically whenever someone accepts the task. Also capture the tp!owner of this task. Now place a script task which updates your status variable, or else this could be done in the dummy user input task itself. Now have the original task after this in an activity-chained fashion.
Children
No Data