Loading
Prepare for Email to Become the Default Login ExperienceRead More
Automate Your Business Processes with Salesforce Flow
Flow Orchestration Resources

Flow Orchestration Resources

Each resource represents a value that you can reference throughout the orchestration.

Required Editions

In Flow Builder, the Manager tab shows the resources that are available in the orchestration.

You can create some resources by clicking New Resource. The system providers certain resources, such as global constants and global variables. Other resources are created when you add an element to an orchestration. For example, when you add a Decision element, a resource for each decision outcome is created.

Resource Description Creatable from the Resources Tab
Constant Store a fixed value that you can use throughout an orchestration. Yes
Decision Outcome When you add a Decision element to an orchestration, its outcomes are available as Boolean resources. If an outcome path has been executed in the running orchestration, the resource’s value is True. No
Element
  • Any Decision or Stage element that you add to an orchestration is available as a resource with the Was Visited operator in manually set decision outcome criteria. An element is considered visited when it’s executed in a running flow approval process.
  • Any Decision or Stage element that you add to an orchestration is available as a resource with the has error operator in manually set decision outcome criteria.
No
Formula Calculate a value when the formula is used in the orchestration. No
Global Constants Flow Orchestration Resource Global Constant Use fixed, system-provided values such as EmptyString, True, and False. No
Global Variable Use system-provided variables that reference information about the Salesforce org or running user, such as the user’s ID or the API session ID. No
Step Flow Orchestration Resource Organize the work done in an orchestration stage. No
Text Template Store text that can be changed and used throughout the orchestration. To format the text, use HTML tags. No
Variable Store a value that can be changed throughout the orchestration. Yes
 
Loading
Salesforce Help | Article