> For the complete documentation index, see [llms.txt](https://docs.goless.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.goless.com/blocks/general/execute-workflow.md).

# Execute Workflow Block

<figure><img src="/files/vqmLZljnvSgB2Jy2dShl" alt=""><figcaption></figcaption></figure>

This block executes a third-party workflow. You can configure which workflow should run in the block settings. To access the block settings, place the block on the workspace, use the settings button above the block.

<figure><img src="/files/vha3gpdysuEf88GyFI0X" alt=""><figcaption></figcaption></figure>

The block settings are described below. List of workflows (Select workflow) Select from the list of available workflows the workflow to run

<figure><img src="/files/gVr5QHTYd3yrFgSoNY5i" alt=""><figcaption></figcaption></figure>

**Execute Id**

An identifier to determine when you want to access the executed workflow inside the expressions . The executed workflow will return its table and variables . For example, {{ workflow\.executeId.table }} Replace executeId with the value you entered.

<figure><img src="/files/TSiLtI4piSYMZm7V3fz7" alt=""><figcaption></figcaption></figure>

**Global data**

Overwrite the global data of the selected workflow.

<figure><img src="/files/twuOQvRNfiVBvWnzr841" alt=""><figcaption></figcaption></figure>

**workflow variables**

Use variables in the workflow to be run. You can use all or selected variables.

<figure><img src="/files/c6pD1aCk6Mkos77k3ULb" alt=""><figcaption></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, and the optional `goal` query parameter:

```
GET https://docs.goless.com/blocks/general/execute-workflow.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
