Skip to main content
1-Visitor
February 27, 2017
Question

how can we capture the acceptance on Workflow task

  • February 27, 2017
  • 1 reply
  • 1290 views

In the workflow process when task is assigned to multiple members and one of them accept this task i need to update some value on PBO. so need to know how to capture this event@

1 reply

17-Peridot
February 27, 2017

I'm not sure, but perhaps you can do it in WC11 with the Complete Task Transition in the Workflow Admin. Have a look in the help:

http://www.ptc.com/cs/help/windchill_hc/wc110_hc/index.jspx?id=NewandChanged_WorkflowCompleteTask&action=show

pjoshi-21-VisitorAuthor
1-Visitor
March 16, 2017

Thanks for the reply. i wants to update PBO before completing the task.

i got one solution as override the accept method which is called when we click on Accept Task.