# 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: 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.goless.com/blocks/general/execute-workflow.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.
