✏️ Explanatory Question

What is a Child Flow and when should it be used?

👁 2 Views
📘 Detailed Answer
🟢 Easy
💡

Answer with Explanation

A Child Flow is a reusable flow that can be called from another flow.

Use Cases:

  • Centralized approval processing.
  • Common notification logic.
  • Customer creation routines.
  • Error logging framework.

Benefits:

  • Code reusability.
  • Easier maintenance.
  • Reduced duplication.
  • Better governance.