GetWorkflowsPaginated
Signature
query {
GetWorkflowsPaginated
}
Retourne : WorkflowConnection
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
resultsPerPage | Int | — | — | |
page | Int | 1 | — | |
search | String | — | — | |
businessTrigger | BusinessTrigger | — | — | |
status | WorkflowStatus | — | — |
Exemple
query {
GetWorkflowsPaginated {
# Sélectionner les champs souhaités
}
}