> For the complete documentation index, see [llms.txt](https://docs.helmut.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.helmut.cloud/cosmo/spaces-in-cosmo/workflow-triggers.md).

# Workflow Triggers

Workflow Triggers let you automatically execute **High5 streams** whenever specific actions happen in your Cosmo space. This allows you to automate processes and integrate Cosmo events with your workflows seamlessly.

### Configuring Workflow Triggers

1. Navigate to **Workflow Triggers** in your Cosmo space.
2. Click **Choose** to link a **High5 space** where Cosmo should send event triggers.
3. Select the **High5 Execution Target** from the dropdown:
   * **Organization Member**
   * **Agent Account**
   * **Agent Pool**
4. Choose the **Cosmo Events** that should trigger workflows. Examples include:
   * **Space Actions:** rename, delete, member changes
   * **Asset Actions:** create, update, delete
5. Click **Create** next to the event you want to enable.

Once set up, the configured High5 streams will execute automatically whenever the selected events occur in your Cosmo space.

<figure><img src="/files/yX8BkbImN0Esp2WjPPBI" alt=""><figcaption><p>Configuring Workflow Triggers in Cosmo</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.cloud/cosmo/spaces-in-cosmo/workflow-triggers.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.
