Solved

How to approve nintex flexi task using .net CSOM?

  • 2 September 2016
  • 2 replies
  • 4 views

Hi Team,

 

I want to approve/reject nintex flexi task when a user clicks on the button in an asp.net page.

I tried to update directly the task list using .net CSOM code and updated the task status, the task is updated but the nintex workflow is not moved further.

Could you please help me to resolve this issue?

icon

Best answer by fhunth 3 September 2016, 04:35

View original

2 replies

Userlevel 6
Badge +16

You can use the ProcessFlexiTaskResponse2 method from the Nintex Workflow Web Service

What is the ProcessFlexiTaskResponse web service suppossed to do? 

Adittional info at >>>  

Thank you, it worked

Reply