Skip to main content
Nintex Community Menu Bar

End Workflow

  • May 10, 2017
  • 3 replies
  • 11 views

Forum|alt.badge.img+2

Is there any action in K2 workflow to terminate same or other workflows running on the list.

3 replies

Forum|alt.badge.img+6
  • Novice
  • May 10, 2017

how do u want to do it ? 

 

there is a action Stop workflow.

 

else u need to design a workflow a to stop it.


Forum|alt.badge.img+2

Thanks for your response!!

Is this action available for version 4.6.11 ?

I am unable to find it..

Any help on this would be much  appreciated.


Forum|alt.badge.img+6
  • Novice
  • May 12, 2017

I would suggest write a service broker where you pass the proc inst id and in the service object u will get procinst.stop ()  . call this method and create a smart object and call this smart object whereever you want.

 

https://help.k2.com/onlinehelp/k2blackpearl/DevRef/4.7/default.htm#Start_Instance_and_Get_Data_Fields.html%3FTocPath%3DRuntime%2520APIs%2520and%2520Services%7CWorkflow%7CWorkflow%2520Client%2520API%7CWorkflow%2520Client%2520API%2520Samples%7C_____2