# Sleep Action

With the help of the sleep action it is possible to ensure that the stream does not continue for the period specified in the sleep node. Why should someone do this?

For example, it is conceivable that a node sends an API call to a third party system (Javascript action) and the corresponding API does not return a response. Accordingly, the node cannot wait for the answer and would be successful in terminating the call. If you now want to do something with the information from the third party system in the following node and make another call, it could mean that the first one has not yet been completed. In this case the sleep node would help to artificially lengthen the stream between the two nodes.


---

# 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://docs.helmut.de/helmut4-releases/v4.6.0/helmut4-components/streamdesigner/nodes/actions/misc/sleep-action.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.
