ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 38 - Certified Hyperautomation Specialist discussion

Report
Export

Northern Trail Outfitters evaluates multiple standards for the exit criteria of a stage in their Flow Orchestration. Based on their criteria, they want the flow to go down one of three paths.

How should this be built in Flow Orchestration to meet this requirement?

A.
Use the evaluation flow to determine the exit criteria for the current stage. Then, use a separate evaluation flow to determine the entry criteria for each of the three paths.
Answers
A.
Use the evaluation flow to determine the exit criteria for the current stage. Then, use a separate evaluation flow to determine the entry criteria for each of the three paths.
B.
Have the evaluation flow return a number variable, and use a decision element to determine which path to execute.
Answers
B.
Have the evaluation flow return a number variable, and use a decision element to determine which path to execute.
C.
Create two evaluation flows, and execute the second evaluation flow if the first evaluation flow returns false.
Answers
C.
Create two evaluation flows, and execute the second evaluation flow if the first evaluation flow returns false.
D.
Evaluate the criteria for the first two paths in an evaluation flow. Then, use the default path functionality of the decision element for the third path.
Answers
D.
Evaluate the criteria for the first two paths in an evaluation flow. Then, use the default path functionality of the decision element for the third path.
Suggested answer: B

Explanation:

To implement branching logic based on multiple criteria in Flow Orchestration, you can use the following approach:

Evaluation Flow Returns a Number Variable:

Create an evaluation flow that assesses the exit criteria for the current stage and returns a number variable indicating which path to take (e.g., 1, 2, or 3).

Decision Element:

Use a decision element in Flow Orchestration to evaluate the number variable returned by the evaluation flow. Based on the value of the variable, the decision element will determine which path to execute next.

This approach allows for clear and maintainable branching logic, ensuring that the flow can proceed down one of three paths based on the defined criteria.

Salesforce Flow Orchestration Documentation

asked 23/09/2024
ANTONIO M SILVA
41 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first