UiPath Documentation
uipath-cli
latest
false

UiPath CLI user guide

Dernière mise à jour 7 mai 2026

uip rpa list-workflow-examples

uip rpa list-workflow-examples searches the curated catalog of RPA workflow examples by service tag — confluence, jira, salesforce, outlook, gmail, slack, and so on. Each match comes with a key that uip rpa get-workflow-example can resolve into the actual XAML. Multiple tags combine with AND logic, so adding more tags narrows the result set.

The catalog is resolved through Studio, so the verb requires a Windows runner.

Synopsis

uip rpa list-workflow-examples --tags <array> [--prefix <string>] [--limit <integer>]
uip rpa list-workflow-examples --tags <array> [--prefix <string>] [--limit <integer>]

Options

DrapeauDescription
--tags <array>Service tags to filter by, lowercase, e.g. ["salesforce", "outlook"]. More tags narrow results (AND logic).
--prefix <string>Optional path prefix to restrict examples by location, e.g. document-processing/ or web-api-automation/.
--limit <integer>Maximum number of examples to return. Default: 10, max 100.

For the complete option list on your installed tool version, run:

uip rpa list-workflow-examples --help
uip rpa list-workflow-examples --help

Exemples

# All examples tagged "confluence"
uip rpa list-workflow-examples --tags '["confluence"]'

# Narrow to examples that touch both Salesforce and Outlook
uip rpa list-workflow-examples --tags '["salesforce", "outlook"]' --limit 25

# Browse only the web-api-automation folder
uip rpa list-workflow-examples --tags '["web"]' --prefix "web-api-automation/"
# All examples tagged "confluence"
uip rpa list-workflow-examples --tags '["confluence"]'

# Narrow to examples that touch both Salesforce and Outlook
uip rpa list-workflow-examples --tags '["salesforce", "outlook"]' --limit 25

# Browse only the web-api-automation folder
uip rpa list-workflow-examples --tags '["web"]' --prefix "web-api-automation/"

Voir également

  • Synopsis
  • Options
  • Exemples
  • Related
  • Voir également

Cette page vous a-t-elle été utile ?

Connecter

Besoin d'aide ? Assistance

Vous souhaitez apprendre ? UiPath Academy

Vous avez des questions ? UiPath Forum

Rester à jour