You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(executor): handle Response block format in workflow executor tool
When a child workflow has a Response block, the execute endpoint returns
the block's data directly without the standard {success, executionId, output}
wrapper. The transformResponse was defaulting success to false, causing
"Tool execution failed" errors even when the workflow completed successfully.
Detect the response format by checking for executionId + success boolean,
and fall back to response.ok for Response block responses.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments