# Run WhiteAid ePACES

> Perform Run WhiteAid ePACES through WhiteAid.

Source: [https://genhealth.ai/docs/workflows/integrations/white-aid/white_aid_dvs_run_epaces](https://genhealth.ai/docs/workflows/integrations/white-aid/white_aid_dvs_run_epaces)

Integration: [WhiteAid](https://genhealth.ai/docs/workflows/integrations/white-aid.md)

- Handler: `white_aid_dvs_run_epaces`

## Inputs

- `request` — Request (json)
  Optional JSON value.
- `worklist_index` — Worklist Index (text)
  Optional text value.
- `order_lease` — Order Lease (json)
  Optional JSON value.
- `headless_browser` — Headless Browser (boolean)
  Optional true-or-false value.
  Default: `true`
- `chromium_executable` — Chromium Executable (text)
  Optional text value.
- `use_http_client` — Use Http Client (boolean)
  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

```json
{
  "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

```json
{
  "type": "object",
  "properties": {},
  "additionalProperties": true
}
```
