How to run a catalog item workflow run as system user
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2024 10:27 AM
Hi!
I have created a catalog item workflow but struggle to find the setting to run as a system user.
Does anyone know where I can find this workflow property?
Thank You
Deepinder
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2024 11:43 PM
@deepindersingh Unfortunately, there is no direct way to run a workflow as an administrator (similar to what we have in case of flow where there is a Run as field using which the flow can be run as an admin). However, you may choose to trigger your flow via one of the following scripts.
1. Schedule Job Script
2. Script Action Script
3 Via flow script
Hope this helps.