Skip to main content

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.

Hi 

I got into the same scenaio.

Did you get any solution for that ?


Reply