- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2020 03:57 AM
There is Run As point in properties of flow designer which has two options User who initiates the session and system user. I want to know when to use which option and Why?
Solved! Go to Solution.
- Labels:
-
flow designer
- 15,788 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2020 04:05 AM
User who initiates session
Select the user who initiates the session option when updates should come from the user who triggered the flow. For example, when you want incident record comments to come from the current user, or approval emails to originate from the approver. Run As settings for a flow don't apply to child subflows. When flows run as the user who initiates the session, the system limits flow actions by user ACL restrictions. Ensure that security restrictions don't prevent users who trigger the flow from performing flow actions. Flows run by the initiating user also respect user-specific settings such as date/time formats.
System user
- Runs as System
- Updates appear as done by System
- Does not evaluate Users roles/access when running the Flow
Also refer to:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2020 05:55 AM
Yes, so try limit running Flows as system as much as you can. But sometimes it is needed and handy that the option is there.
Test the Flow carefully and then publish it.