> For the complete documentation index, see [llms.txt](https://docs.skyone.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skyone.cloud/english/skyone-studio/integrations/flows/tool-modules/jsonata-job-execute-module.md).

# JSONata Job Execute Module

### Definition

The **"JSONata Job Execute"** tool module allows you to trigger the execution of a JSONata Job directly within a flow. You can also add helper variables to test and validate the job’s behavior before the final execution.

{% hint style="warning" %}
To use this module, [**Data Management**](/english/skyone-studio/data-management.md) must be enabled, and a [**JSONata Job**](/english/skyone-studio/data-management/jsonata-jobs.md) must be configured beforehand.&#x20;
{% endhint %}

### Add the "JSONata Job Execute” Module

The "**JSONata Job Execute**" module is available under the **Tools** section when editing a flow. After clicking to add it, the initial configuration modal will be displayed.

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

Fill in or select the following items to run a JSONata Job in your flow:

* Select the Data Engine
* Choose the JSONata Job

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

To finish, click "**Save**".

#### Edit module

To edit the module, simply click **"**[**Edit**](/english/skyone-studio/integrations/flows/editing-triggers-and-modules.md#edit-component)**"** on the module.

When you open the module for editing, you can view the JSONata Job data.

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

Click **"Next"** to be redirected to the test execution screen.

If everything looks good, just click "**Save**".


---

# 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.skyone.cloud/english/skyone-studio/integrations/flows/tool-modules/jsonata-job-execute-module.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.
