# 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ism-docs.xnarum.com/tasks/flow/wait-sub.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
