Home / Questions / What are Child Flows and when should they be used?
Explanatory Question

What are Child Flows and when should they 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

Child Flows allow reusable logic to be called from multiple parent flows.

Benefits:

  • Reduces duplication.
  • Simplifies maintenance.
  • Improves consistency.
  • Supports modular architecture.

Example:

A reusable email notification flow called by multiple business processes.