# Success Action

With the help of the success action it is possible to ensure that a node or an entire stream is successful even though it fails. Why should someone do this?

It would be conceivable, for example, that a stream triggered by the "create\_user" event should copy something. The user is only created if the stream is successful. If the copying process is unsuccessful for any reason, no user will be created. Since the "create\_user" event is also triggered if, for example, a user is added via the AD (and that can be many at once), no user would be created. In this case, the fail output of the copy node could be linked to a success action to ensure that the stream is always successful. In doing so, however, you have to accept that the copying process may not be carried out and you would not notice this.


---

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