Hi, I have an on demand sync workflow that is associated to an activity. When it's triggered by a user request (button in the command bar), it updates a related incident.
I've clicked the option to run the wf in the workflow owner context because the end user shoudn't have write privilege over the case entity, and the wf owner has the System Administrator role assigned.
The user cannot run the workflow, and the server error is: Principal user (Id=b3530867-43f3-e011-ae01-00155d01c509, type=8) is missing prvWriteIncident privilege (Id=7b26693f-1c0c-4e87-8918-f4cc7d219d70). If I run the wf under the System Administrator context, the only option left is that it's running under the user context, and that's not what's expected.
Any comments or suggestions?