I am using Nintex 2013 Workflow, Here is the structure :
Primary Workflow
#Secondary Workflow
Primary Workflow starts secondary workflow with using call web service. and my Secondary workflow looks like this:
Inside Primary workflow, it checks if user has approved or rejected the task, in case of request review Outcome will always be Approved.
Problem is : After creating review task , the workflow ends and goes back to primary workflow. and Primary workflow thinks in case of review Task that outcome is no Approved since , Outcome is not Set and runs the logic of "Not Approved".
I want to wait after Request review task until the task is completed.
Here is my Request Review Task:
Any help would be appreciated.
I checked this thread , but I don't want task ID but wait until task is completed. (Populate task id as soon as the task is created – Customer Feedback for Nintex )