Overview
A2ARemoteWorkflow wraps a remote workflow endpoint, making it callable like a local workflow.
Quick Start
Configuration
| Option | Type | Default | Description |
|---|---|---|---|
url | string | required | Base URL of the remote server |
name | string | "remote-workflow" | Workflow name |
headers | Record<string, string> | — | Custom headers |
timeoutMs | number | 120000 | Request timeout |