Subflow running as user but set to Run As System User

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2024 11:34 AM
I've noticed that some subflows that one of our partners created is configured to run as System User and it is being executed from a script include, but it is running as the user that initiated it.
Is this normal behavior for a subflow?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2024 12:21 PM
Unfortunately, I need it to run in the foreground to get access to the output variables. I believe if it is runs in the background, then I won't have access to the output variables.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2024 12:26 PM
Can you try it in the Background to at least see if that's why it's running as the current user? If the Subflow itself says to run it as the System User, there must be something in the command that is overriding that.