Home / Questions / What is a Child Flow and when should it be used?
Explanatory Question

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

👁 0 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

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.