Result sync in Invoke Agent block
You can now see the output of an agent run with the Result (sync) return type when using the Invoke Agent block in workflows.
- The Result (sync) type is the default setting. This returns the direct result of the agent's output.
- The Run state (async) type returns the
agentRunId
,agentId
, andstatus
only. It does not include the output of the agent.