Aria Automation Orchestrator v8.x Command Line: Properties Advanced

by Simon Sparks · 7 February 2026

Command Line Description: Properties Advanced

 vracli vro properties advanced

Results:

[
  {
    "id": "ch.dunes.task.max-workflow-tokens",
    "name": "Maximum number of preserved runs per workflow",
    "description": "Maximum number of finished workflow runs kept as history per workflow. If exceeded the oldest are deleted.",
    "defaultValue": "100",
    "currentValue": "100"
  },
  {
    "id": "com.vmware.vco.workflow-engine.executors-max-queue-size",
    "name": "Maximum amount of running workflows in the queue",
    "description": "The number of workflow run requests the VMware Aria Automation Orchestrator
server accepts before becoming unavailable.",
    "defaultValue": "10000",
    "currentValue": "10000"
  },
  {
    "id": "ch.dunes.safe-mode",
    "name": "Enable safe mode",
    "description": "If safe mode is enabled all running workflows are canceled and are not resumed on the next VMware Aria Automation Orchestrator server start.",
    "defaultValue": "false",
    "currentValue": "false"
  },
  {
    "id": "com.vmware.o11n.log-events-expiration-days",
    "name": "Log events expiration days",
    "description": "Number of days log events are kept in the database before being purged.",
    "defaultValue": "15",
    "currentValue": "15"
  },
  {
    "id": "com.vmware.vco.workflow-engine.executors-count",
    "name": "Number of concurrent running workflows",
    "description": "The maximum number of concurrent VMware Aria Automation Orchestrator server
workflows that run simultaneously.",
    "defaultValue": "300",
    "currentValue": "300"
  },
  {
    "id": "com.vmware.o11n.auth.csp.pkce",
    "name": "Authorization Code Flow with Proof Key for Code Exchange (PKCE) Activated",
    "description": "Whether Authorization Code Flow with Proof Key for Code Exchange (PKCE) is activated. Note: This property is only applicable when using CSP Authentication",
    "defaultValue": "true",
    "currentValue": "true"
  }
]

Discover more from Cloud Build Tools

Subscribe to get the latest posts sent to your email.

You may also like