How to terminate one Nintex workflow from another Nintex workflow ? Is it possible?
Solved! Go to Solution.
Hi,
Yes you can. You can call the workflow.asmx web service and choose one of the following methods:
TerminateWorkflow
TerminateWorkflowByName
TerminateWorkflowByNameForListtem
You can find the web service under the url http:/your site url/_vti_bin/nintexworkflow/workflow.asmx
Jan