# Wait Sub

This component is used with the FlowExecution component. It cannot be used without the FlowExecution component.

<div align="left"><img src="https://support.xnarum.com/download/manuals/images/wait.png" alt=""></div>

## **Input**

<table><thead><tr><th width="200">Attribute</th><th>Description</th></tr></thead><tbody><tr><td>Sub Flow Id</td><td>The flow id of the sub flow which will be invoked</td></tr><tr><td>Execution Count</td><td>This count indicates how many times sub flow is supposed to be executed. This count comes from FlowExecution component - LoopCount.</td></tr><tr><td>Timeout</td><td>Timeout for waiting for the completion of all the expected sub flow executions.</td></tr></tbody></table>

(\*) This component does not have output properties.
