Skip to documentation
WhiteAid integration

Run WhiteAid ePACES

Perform Run WhiteAid ePACES through WhiteAid.

View as Markdown
white_aid_dvs_run_epaces
write

Inputs

  • request
    json
    Request

    Optional JSON value.

  • worklist_index
    text
    Worklist Index

    Optional text value.

  • order_lease
    json
    Order Lease

    Optional JSON value.

  • headless_browser
    boolean
    Headless Browser

    Optional true-or-false value.

    Default: true

  • chromium_executable
    text
    Chromium Executable

    Optional text value.

  • use_http_client
    boolean
    Use Http Client

    Optional true-or-false value.

    Default: false

Outputs

No named outputs are declared for this action.

Output schema completeness: unknown

Safety

External effect
write
Confirmation recommended
No
Retry safe
No
Dry run supported
No

Schemas

These schemas are first-pass authoring guidance. Runtime validation remains authoritative.

Input schema
{
  "type": "object",
  "properties": {
    "request": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "order_lease": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "worklist_index": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "use_http_client": {
      "type": "boolean",
      "default": false,
      "description": "Optional true-or-false value.",
      "x-workflow-field-type": "boolean"
    },
    "headless_browser": {
      "type": "boolean",
      "default": true,
      "description": "Optional true-or-false value.",
      "x-workflow-field-type": "boolean"
    },
    "chromium_executable": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {},
  "additionalProperties": true
}
View all WhiteAid actions