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 automation logic to be called from other flows.

Benefits:

  • Code reusability.
  • Centralized maintenance.
  • Reduced duplication.
  • Improved scalability.

Example:

  • Create Customer Flow
  • Send Notification Flow
  • Approval Flow

Multiple parent flows can call the same child flow.