Run WhiteAid ePACES
Perform Run WhiteAid ePACES through WhiteAid.
white_aid_dvs_run_epaceswrite
Inputs
- Request
requestjsonOptional JSON value.
- Worklist Index
worklist_indextextOptional text value.
- Order Lease
order_leasejsonOptional JSON value.
- Headless Browser
headless_browserbooleanOptional true-or-false value.
Default:
true - Chromium Executable
chromium_executabletextOptional text value.
- Use Http Client
use_http_clientbooleanOptional 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
}