Skip to main content
Nintex Community Menu Bar

Delete a slot dynamically.

  • April 10, 2013
  • 1 reply
  • 6 views

Forum|alt.badge.img+1

Hi,


is it possible to add/remove a slot dynamically using Management API. The closest I have tried is


workflowServer.CreateActionInstanceRight(oActInstRight);


workflowServer.DeleteActionInstanceRights(arTmpActInstRights);


 


However this just removes the worklist item but not the slot. I have a outcome rule "All Slots = Approved".


 


Is there a way to achieve this?


Thanks.

1 reply

Forum|alt.badge.img+2
  • May 30, 2017

Hi 

I got into the same scenaio.

Did you get any solution for that ?