> 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/espanol/skyone-studio/integraciones/flujos/modulos-de-herramientas/modulo-jsonata-job-execute.md).

# Módulo JSONata Job Execute

#### Definición

El módulo de herramientas **“JSONata Job Execute”** permite ejecutar un **JSONata Job** directamente dentro de un flujo. También es posible agregar variables auxiliares para pruebas y para validar el comportamiento del job antes de la ejecución final.

{% hint style="warning" %}
Para utilizar este módulo, es necesario tener habilitado **Data Management** y haber configurado previamente un **JSONata Job**.
{% endhint %}

### Agregar módulo **“JSONata Job Execute”**

El módulo **“JSONata Job Execute”** se encuentra en la opción **Herramientas** al editar un flujo. Al hacer clic para agregarlo, se mostrará el modal de configuración inicial.

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

Completa o selecciona los siguientes elementos para ejecutar un **JSONata Job** en tu flujo:

* **Seleccionar el Data Engine**
* **Elegir el JSONata Job**

Para finalizar, haz clic en **“Guardar”**.

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

#### Editar módulo

Para editar el módulo, simplemente haz clic en **“Editar”**.

Al abrir la edición, podrás visualizar los datos del **JSONata Job**.

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

Haz clic en **“Siguiente”**; serás redirigido a la pantalla de prueba de ejecución.

Si todo está correcto, haz clic en **“Guardar”**.


---

# 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.skyone.cloud/espanol/skyone-studio/integraciones/flujos/modulos-de-herramientas/modulo-jsonata-job-execute.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.
