Executes a workflow and waits for it to complete before returning the result
Documentation Index
Fetch the complete documentation index at: https://docs.output.ai/llms.txt
Use this file to discover all available pages before exploring further.
The name of the workflow to execute
The payload to send to the workflow
(Optional) The workflowId to use. Must be unique
The catalog (Temporal task queue) to route the execution to. Falls back to the default catalog.
Deprecated alias for catalog. If both are sent, catalog wins.
(Optional) The max time to wait for the execution, defaults to 30s
The workflow result
The workflow execution id
The output of the workflow, null if workflow failed
An object with information about the trace generated by the execution
The workflow execution status
completed, failed Error message if workflow failed, null otherwise