CAD DOUBTS

PoojithaVap
Tera Contributor

1. Which of the following is NOT a Flow Designer feature?

A. Run a flow from a Catalog item

B. Call a flow from another flow or subflow

C. Add stages to a flow

D. Test a flow using the “Run as” feature

Is it B OR D?

2. What are the features of Flow Designer?

A. Add stages to a flow
B. Call a flow from another flow or subflow
C. Test a flow using the "Run as" feature
D. Support JavaScript code to test conditions that trigger the flow. E.g., Run a flow from a Catalog item
E. Perform form field data validation at client side

6 REPLIES 6

mayankkumar
Kilo Patron
Kilo Patron

Hey @PoojithaVap 
-----------------------------------------------------------------------------------------------

Correct Answer: D. Test a flow using the “Run as” feature

Here’s the breakdown:

  • A. Run a flow from a Catalog item – This is a valid capability in Flow Designer. You can configure flows to run when a specific catalog item is submitted.

  • B. Call a flow from another flow or subflow – Absolutely possible. Flow Designer supports calling subflows or other flows to modularize and streamline process automation.

  • C. Add stages to a flow – Also true. Stages are fundamental to building flows in Flow Designer; they define the steps in your automation logic.

  • D. Test a flow using the “Run as” feature – This is not something Flow Designer supports directly. There’s no built-in “Run as” feature for testing flows.
    If this helps, please mark it as Helpful, and Accept it as the solution. Feel free to ask if you have any further questions!
    Thanks
    Mayank

Chaitanya ILCR
Mega Patron

Hi @PoojithaVap ,

 

1. Which of the following is NOT a Flow Designer feature?

Ans: D

2. What are the features of Flow Designer?

Ans: A, B,  D

 

Please mark my answer as helpful/correct if it resolves your query.

Regards,
Chaitanya

 

1. We can call subflow from a flows..but Can we call flow from another flow..??

 

No @PoojithaVap, you can't call a flow from another flow, but you can call a Subflow from a flow.  Create a Subflow and call from the main flow.

Please Mark my response as Helpful and Accept as Solution.