Skip to main content
Nintex Community Menu Bar
Solved

How to approve nintex flexi task using .net CSOM?

  • September 2, 2016
  • 2 replies
  • 27 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?

Best answer by fhunth

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

What is the ProcessFlexiTaskResponse web service suppossed to do? 

Adittional info at >>>  

2 replies

Forum|alt.badge.img+16
  • 898 replies
  • Answer
  • September 3, 2016

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

What is the ProcessFlexiTaskResponse web service suppossed to do? 

Adittional info at >>>  


  • Author
  • 5 replies
  • September 9, 2016

Thank you, it worked