Hello,
Can you please help me understan how to reun a workflow in the background as an Admin user? I am having the issue below:
I have created the following workflow for Opportunity entity, where my admin user is the Owner. This workflow is triggered automatically exits a certain Stage of the Opportunity Sales Process (BPF). As you can see, the workflow creates a Task and inside is configured that another user is the owner of this task. When I, as a Admin user, run this workflow everything works. But if another user, not an Admin user, runs it, it cannot create the Task due to security role restrictions. And that´s ok, because this user should not have permission to create the task for another user, only to read it.

So, the question is, how can i configure the workflow to run ALWAYS using my Admin User?
Thanks in advance, experts!