Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Execute remote workflow endpoints
A2ARemoteWorkflow
import { A2ARemoteWorkflow } from "@agentium/core"; const remoteWorkflow = new A2ARemoteWorkflow({ url: "https://api.example.com", name: "data-pipeline", }); const result = await remoteWorkflow.run({ startDate: "2024-01-01" }); console.log(result);
url
string
name
"remote-workflow"
headers
Record<string, string>
timeoutMs
number
120000