Output content stored on a task.
Canvas tasks store the result under content. Workflow tasks store it under content as a workflow response object ({ response, stepOutputs, error? }). Use extractTaskOutput to read either shape generically.
content
{ response, stepOutputs, error? }
Optional
Legacy/workflow shape: some older responses nest output under output.output.
output.output
Output content stored on a task.
Canvas tasks store the result under
content. Workflow tasks store it undercontentas a workflow response object ({ response, stepOutputs, error? }). Use extractTaskOutput to read either shape generically.