Automate deployment and create permissions


Badge +3

I have been spending sometime trying to automate the deployment of K2 processes including permission settings including: Process Rights and Action Rights.

The article and code located here describes how to export an XML representation of these permissions.

Some of the API calls to get this information include:
GetProcessGroupPermissions(procSet.ProcSetID);
GetProcessUserPermissions(procSet.ProcSetID);
GetActionRights(actEvent.ID)

Does anyone know the API method calls to create these permissions, any examples?


0 replies

Be the first to reply!

Reply