Skip to main content

Hi All, I have a process integrated with document approval in SharePoint. The process has a high number of activities and each is security trimmed to the dynamically determined destination user. Currently we update the security for each activity as the process routes, which is fine until a user wants to use their out of office or redirect, delegate function from their work list.


Can anyone provide a way to kick off a process based on an update to the worklist/destination/slot so that access can be provided to the new destination?


Thanks,


 

I don't think there is a feature like that.


You can make a feature request to K2:


Ability to define an escalation type when redirect occurs to allow you to put in code to run.


The API would need to expose the From and To users.


This way you can define different code per Client Event.


Reply