# CHECKREQUESTEMBEDDINGS

L’application de workflow **CHECKREQUESTEMBEDDINGS** vérifie si les champs de données d’une demande ont été indexés avec des embeddings pour déclencher des branches conditionnelles dans un processus.

## Paramètre requis

<table><thead><tr><th valign="top">Paramètre</th><th valign="top">Type</th><th valign="top">Direction</th><th valign="top">Description</th></tr></thead><tbody><tr><td valign="top"><code>READY</code></td><td valign="top">TEXT</td><td valign="top">OUT</td><td valign="top">Valeurs possibles : <code>Y</code> si tous les embeddings requis sont prêts; <code>N</code> sinon.</td></tr></tbody></table>

## Paramètres facultatifs

<table><thead><tr><th valign="top">Paramètre</th><th valign="top">Type</th><th valign="top">Direction</th><th valign="top">Description</th></tr></thead><tbody><tr><td valign="top"><code>DATA_LIST</code></td><td valign="top">TEXT</td><td valign="top">IN</td><td valign="top">Liste de noms d’ensembles de données, séparés par des virgules ou des points-virgules, à vérifier pour les embeddings/chunks</td></tr><tr><td valign="top"><code>REQUEST_ID</code></td><td valign="top">NUMERIC</td><td valign="top">IN</td><td valign="top">Le numéro de la demande à vérifier; s’il n’est pas fourni, l’ID de l’instance du processus est utilisé</td></tr></tbody></table>


---

# 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.workflowgen.com/admin-fr/applications-de-workflow/checkrequestembeddings.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.
