There is a process we want to start as system user. Target of the process is work with some tasks - therefore we can not create a specific user and reuse it. Is there a way to log in as system user on a server? Thanks for the fish =) asked 03.06.2014 at 13:43 skilchenmann |
You can execute a process as SYSTEM user with a trigger. In the start of the process you want to execute as the SYSTEM user deactivate the request start (in the request tab) and enable the trigger start as shown below. Make sure to select SYSTEM in the Responsible Role / User select box. This process can then be started with a Trigger element (Activity > Trigger). But note that this will start the process synchronously, so you won't be able to handle results of it in the process which called it. And if you're using overrides, the answered 03.06.2014 at 16:15 Lars Tuchel |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 03.06.2014 at 13:43
Seen: 2,225 times
Last updated: 03.06.2014 at 16:15
I do not understand your problem. Can you describe it in more details or other words?