Nintex Workflow Task Approval || Workflow Outcome not updating
We have create a Nintex Workflow with Assign a Flexi Task action with SharePoint 2019 (On-Prem).
Based on requirements we need to approve task programmatically and we are performing update in Workflow task list which is working fine except for (01) Column which Workflow Outcome.
Below is the code for updating task list:
Page 1 / 1
Hi @Taha Zubair
I suggest the following
List down all the fields for an uncompleted Task. eg Status=”Not Started”, PercentCompleted=”0”, etc
Completed the Task normally.
List down all the fields for this completed Task.
I’m using SPO (so some fields might differ to your SP 2019 fields)
After programmatically updating the Task Item
Viewing in the Workflow Task List
Hi Garrett Rookie.
Thank you very much for your response.
Actually we don’t have Nintex Task Outcome3 Filed instead we have only Outcome.
But I found a way around by approving the task using Soap services as below:
var webSvc = siteURL + "/_vti_bin/NintexWorkflow/Workflow.asmx";
var rqst = '<?xml version="1.0" encoding="utf-8"?>';