- Vue d'ensemble (Overview)
- Démarrer
- Concepts
- Utilisation de la UiPath CLI
- Guides pratiques
- Revenus CI/CD
- Référence de commande
- Vue d'ensemble (Overview)
- Codes de sortie
- Options globales
- agent codé uip
- uip coder
- uip context-grounding
- UiPath Docsai
- uip function
- uip guardrails
- uip llm-configuration
- uip llm-gateway
- uip model-hub
- Tâches (Jobs)
- Dossiers
- Processus
- Paquets
- Machines
- Utilisateurs
- Rôles
- Licences
- Flux
- Pièces jointes (Attachments)
- Sessions
- Calendriers
- magasins d'informations d’identification
- journaux-audit
- paramètres
- Actifs
- Compartiments
- Compartiment-fichiers
- Bibliothèques
- Files d'attente (Queues)
- éléments de la file d'attente
- Déclencheurs (Triggers)
- Webhooks
- add-test-data-entity
- ajouter une file d'attente de données de test
- add-test-data-variation
- Analyser
- Construire
- créer-projet
- Différence
- recherche-activités
- Obtenir les règles de l'analyse
- récupérer-activité-xaml par défaut
- Récupérer les erreurs
- obtenir des cas de test manuels
- Obtenir les étapes de test manuelles
- get-library-object-repository
- get-object-repository
- Obtenir les versions
- exemple de workflow
- indiquer l'application
- indiquer l'élément
- inspecter-package
- install-data-fabric-entities
- installer-ou-Update-packages
- list-data-fabric-entités
- list-instances
- listes-exemples-workflow
- Créer un package
- Publier
- remote
- restore
- run, debug & execution
- Exécuter le fichier
- modèles-recherche
- Démarrer-Studio
- arrêter l'exécution
- tm
- UIA
- uip tasks
- Traçages UIP
- uip traces feedback
- Migration
- Référence et assistance
Syntax and options for `uip maestro bpmn instance`, which inspects and steers individual Maestro BPMN process instances.
uip maestro bpmn instance inspects and steers individual process instances — one execution of a published Maestro BPMN process. The command name is singular (instance) even though the sidebar entry says instances. Every verb here is registered under the bpmn branch — there is no bare uip maestro bpmn instance.
Toutes les sous-commandes nécessitent uip login et respectent les options globales. Les codes de sortie suivent le contrat standard.
Synthèse
uip maestro bpmn instance list -f <folder-key> [-l <limit>] [--next-page <cursor>] [--process-key <guid>] [--package-id <id>] [--error-code <code>] [--status <status>]... [--from-date <iso>] [--to-date <iso>]
uip maestro bpmn instance get <instance-id> -f <folder-key>
uip maestro bpmn instance pause <instance-id> -f <folder-key> [--comment <text>]
uip maestro bpmn instance resume <instance-id> -f <folder-key> [--comment <text>]
uip maestro bpmn instance cancel <instance-id> -f <folder-key> [--comment <text>]
uip maestro bpmn instance retry <instance-id> -f <folder-key> [--comment <text>]
uip maestro bpmn instance migrate <instance-id> <new-version> -f <folder-key> [--comment <text>]
uip maestro bpmn instance variables <instance-id> -f <folder-key> [--parent-element-id <id>]
uip maestro bpmn instance variables-set <instance-id> -f <folder-key> --inputs <json|@file>
uip maestro bpmn instance variables-all <instance-id> -f <folder-key>
uip maestro bpmn instance global-variables <instance-id> -f <folder-key>
uip maestro bpmn instance incidents <instance-id> -f <folder-key>
uip maestro bpmn instance asset <instance-id> -f <folder-key>
uip maestro bpmn instance cursors <instance-id> -f <folder-key>
uip maestro bpmn instance goto <instance-id> <transitions> -f <folder-key>
uip maestro bpmn instance element-executions <instance-id> -f <folder-key>
uip maestro bpmn instance message send -f <folder-key> --inputs <json|@file>
uip maestro bpmn instance element cancel <instance-id> <element-id> -f <folder-key> [--comment <text>]
uip maestro bpmn instance element retry <instance-id> <element-id> -f <folder-key> [--comment <text>]
uip maestro bpmn instance list -f <folder-key> [-l <limit>] [--next-page <cursor>] [--process-key <guid>] [--package-id <id>] [--error-code <code>] [--status <status>]... [--from-date <iso>] [--to-date <iso>]
uip maestro bpmn instance get <instance-id> -f <folder-key>
uip maestro bpmn instance pause <instance-id> -f <folder-key> [--comment <text>]
uip maestro bpmn instance resume <instance-id> -f <folder-key> [--comment <text>]
uip maestro bpmn instance cancel <instance-id> -f <folder-key> [--comment <text>]
uip maestro bpmn instance retry <instance-id> -f <folder-key> [--comment <text>]
uip maestro bpmn instance migrate <instance-id> <new-version> -f <folder-key> [--comment <text>]
uip maestro bpmn instance variables <instance-id> -f <folder-key> [--parent-element-id <id>]
uip maestro bpmn instance variables-set <instance-id> -f <folder-key> --inputs <json|@file>
uip maestro bpmn instance variables-all <instance-id> -f <folder-key>
uip maestro bpmn instance global-variables <instance-id> -f <folder-key>
uip maestro bpmn instance incidents <instance-id> -f <folder-key>
uip maestro bpmn instance asset <instance-id> -f <folder-key>
uip maestro bpmn instance cursors <instance-id> -f <folder-key>
uip maestro bpmn instance goto <instance-id> <transitions> -f <folder-key>
uip maestro bpmn instance element-executions <instance-id> -f <folder-key>
uip maestro bpmn instance message send -f <folder-key> --inputs <json|@file>
uip maestro bpmn instance element cancel <instance-id> <element-id> -f <folder-key> [--comment <text>]
uip maestro bpmn instance element retry <instance-id> <element-id> -f <folder-key> [--comment <text>]
-f, --folder-key <key> est requis sur chaque sous-commande.
Options communes
-f, --folder-key <key>(obligatoire) — clé de dossier.--comment <text>(commandes d'opération uniquement) — commentaire facultatif enregistré avec l'opération. Envoyé comme une chaîne vide si omis.
Sous-commandes
uip maestro bpmn instance list
List instances in a folder, scoped to processType=ProcessOrchestration. Filters are applied server-side. Results page by cursor, not offset — read Pagination.NextPage from a response and pass it back via --next-page.
Options
| Option | Default | Description |
|---|---|---|
-l, --limit <n> | DEFAULT_PAGE_SIZE | Number of items to return (1-500). |
--next-page <cursor> | — | Cursor from a previous response's Pagination.NextPage. |
--offset <n> | — | Not supported by this API. --offset 0 is silently accepted as a no-op (equivalent to no cursor); any other value fails with an error telling you to use --next-page instead. |
--process-key <guid> | — | Filter by process key — must be a GUID. For the dotted package identifier (e.g. InvoiceOrchestration:1.0.0) that uip or processes list prints as ProcessKey, use --package-id instead. |
--package-id <id> | — | Filter by package ID (the dotted package identifier). |
--error-code <code> | — | Filtrez par code dʹerreur. |
--status <status> | — | Filter by instance status. Repeatable, OR-semantics. An invalid value fails fast listing the accepted set. |
--from-date <iso-8601> | — | Only include instances started at or after this timestamp, e.g. 2026-01-01T00:00:00Z. |
--to-date <iso-8601> | — | Only include instances started at or before this timestamp. |
Format des données
Code: "InstanceList", Data is an array of process-instance objects, plus a Pagination block (returned, limit, hasMore, nextPage).
uip maestro bpmn instance get
Récupérez une seule instance par ID. Format des données: Code: "InstanceGet", Data est l'objet d'instance de processus.
uip maestro bpmn instance pause
Suspendez une instance en cours d'exécution. Format des données: Code: "InstancePaused".
uip maestro bpmn instance resume
Reprenez une instance suspendue. Format des données: Code: "InstanceResumed".
uip maestro bpmn instance cancel
Annulez une instance en cours d'exécution. Format des données: Code: "InstanceCanceled".
uip maestro bpmn instance retry
Réessayez une instance défaillante. Format des données: Code: "InstanceRetried".
uip maestro bpmn instance migrate
Migrez une instance vers une version de package différente.
Arguments: <instance-id>, <new-version> (version du package cible).
Format des données: Code: "InstanceMigrated".
uip maestro bpmn instance variables
Obtenir les variables d'une instance.
Options: --parent-element-id <id> — filtrer les variables par élément parent.
Format des données: Code: "InstanceVariables", Data porte la charge utile des variables de l’instance.
uip maestro bpmn instance variables-set
Patch (update) variables for a running instance.
Options
| Option | Description |
|---|---|
--inputs <value> | Patch-variables payload as a JSON string, @file path, or piped via stdin. Required (the command fails if no payload resolves). |
Format des données
Code: "InstanceVariablesSet".
uip maestro bpmn instance variables-all
Get every variable for an instance, including subprocess variables.
Format des données: Code: "InstanceVariablesAll".
uip maestro bpmn instance global-variables
Get an instance's global variables.
Format des données: Code: "InstanceGlobalVariables".
uip maestro bpmn instance incidents
Format des données: Code: "InstanceIncidents", Data est un tableau d’objets d’incident.
uip maestro bpmn instance asset
Récupérez la ressource BPMN associée à la version de cette instance.
Format des données: Code: "InstanceAsset", Data est la charge utile de la ressource BPMN.
uip maestro bpmn instance cursors
Obtenir les positions actuelles du curseur d'exécution — à quel(s) élément(s) l'instance est suspendue.
Format des données: Code: "InstanceCursors", Data répertorie les positions actuelles du curseur.
uip maestro bpmn instance goto
Déplacez un curseur d'exécution d'un élément à un autre.
Arguments
<instance-id>(requis)<transitions>(obligatoire) — Tableau JSON de transitions, chacune avecsourceElementIdettargetElementId.
uip maestro bpmn instance goto c3d4e5f6-… \
'[{"sourceElementId":"Activity_1","targetElementId":"Activity_3"}]' \
--folder-key c3d4e5f6-…
uip maestro bpmn instance goto c3d4e5f6-… \
'[{"sourceElementId":"Activity_1","targetElementId":"Activity_3"}]' \
--folder-key c3d4e5f6-…
Format des données
Code: "InstanceGoto".
uip maestro bpmn instance element-executions
Obtenir l'historique d'exécution par élément pour une instance.
Format des données
Code: "InstanceElementExecutions", Data correspond à l'historique d'exécution par élément.
uip maestro bpmn instance message send
Send a message to workflow subscriptions listening on this process — not scoped to a single instance ID; the vendor payload determines which instance(s) the message reaches.
Options
| Option | Requis | Description |
|---|---|---|
-f, --folder-key <key> | oui | Clé de dossier. |
--inputs <value> | — | Message payload as a JSON string, @file path, or piped via stdin. Fails if no payload resolves. |
Format des données
Code: "MessageSent".
uip maestro bpmn instance element cancel
Cancel one element within a running instance, without canceling the whole instance.
Arguments
<instance-id>(requis)<element-id>(requis)
Options
| Option | Description |
|---|---|
-f, --folder-key <key> | Folder key (GUID). Required. |
--comment <text> | Optional comment for the operation. |
Format des données
Code: "ElementCanceled".
uip maestro bpmn instance element retry
Retry one faulted element within an instance.
Arguments
<instance-id>(requis)<element-id>(requis)
Options
| Option | Description |
|---|---|
-f, --folder-key <key> | Folder key (GUID). Required. |
--comment <text> | Optional comment for the operation. |
Format des données
Code: "ElementRetried".
Exemples
# Paginate through instances for a specific process, filtered by status
uip maestro bpmn instance list --folder-key <k> \
--status Faulted --status Paused --limit 50
# Page through with the cursor from a previous response
uip maestro bpmn instance list --folder-key <k> --next-page <cursor>
# Pause, fix, resume
uip maestro bpmn instance pause <id> --folder-key <k> --comment "Investigating"
uip maestro bpmn instance resume <id> --folder-key <k>
# Inspect cursors, jump a faulted node, retry
uip maestro bpmn instance cursors <id> --folder-key <k>
uip maestro bpmn instance goto <id> '[{"sourceElementId":"A","targetElementId":"C"}]' --folder-key <k>
uip maestro bpmn instance retry <id> --folder-key <k>
# Upgrade a long-running instance to a new package version
uip maestro bpmn instance migrate <id> "1.2.0" --folder-key <k> --comment "Patch release"
# Retry a single faulted element instead of the whole instance
uip maestro bpmn instance element retry <id> Activity_2 --folder-key <k>
# Patch a variable on a running instance
uip maestro bpmn instance variables-set <id> --folder-key <k> --inputs '{"amount": 250}'
# Paginate through instances for a specific process, filtered by status
uip maestro bpmn instance list --folder-key <k> \
--status Faulted --status Paused --limit 50
# Page through with the cursor from a previous response
uip maestro bpmn instance list --folder-key <k> --next-page <cursor>
# Pause, fix, resume
uip maestro bpmn instance pause <id> --folder-key <k> --comment "Investigating"
uip maestro bpmn instance resume <id> --folder-key <k>
# Inspect cursors, jump a faulted node, retry
uip maestro bpmn instance cursors <id> --folder-key <k>
uip maestro bpmn instance goto <id> '[{"sourceElementId":"A","targetElementId":"C"}]' --folder-key <k>
uip maestro bpmn instance retry <id> --folder-key <k>
# Upgrade a long-running instance to a new package version
uip maestro bpmn instance migrate <id> "1.2.0" --folder-key <k> --comment "Patch release"
# Retry a single faulted element instead of the whole instance
uip maestro bpmn instance element retry <id> Activity_2 --folder-key <k>
# Patch a variable on a running instance
uip maestro bpmn instance variables-set <id> --folder-key <k> --inputs '{"amount": 250}'
Voir également
uip maestro bpmn incidents— incidents détachés d'une instance spécifiqueuip maestro bpmn job— la vue de la tâche d'une exécution d'instanceuip maestro bpmn process— de nouvelles instances de démarrage- Tâches Orchestrator
- Vue d’ensemble de Maestro
- Synthèse
- Options communes
- Sous-commandes
- uip maestro bpmn instance list
- uip maestro bpmn instance get
- uip maestro bpmn instance pause
- uip maestro bpmn instance resume
- uip maestro bpmn instance cancel
- uip maestro bpmn instance retry
- uip maestro bpmn instance migrate
- uip maestro bpmn instance variables
- uip maestro bpmn instance variables-set
- uip maestro bpmn instance variables-all
- uip maestro bpmn instance global-variables
- uip maestro bpmn instance incidents
- uip maestro bpmn instance asset
- uip maestro bpmn instance cursors
- uip maestro bpmn instance goto
- uip maestro bpmn instance element-executions
- uip maestro bpmn instance message send
- uip maestro bpmn instance element cancel
- uip maestro bpmn instance element retry
- Exemples
- Voir également