Hi,While coding a WorkflowProcess implementation, I need to create a "system user" who can unlock pages.Pages are locked through a WorkflowSession on a previous workflow step.How can I give the "system user" the permissions to unlock pages?Obviously I don't what to use an admin session, and I'm wond...