mastra icon indicating copy to clipboard operation
mastra copied to clipboard

Update curl to Test Workflow Example

Open za01br opened this issue 1 week ago • 2 comments

While following this workflow example The user will get the wrong output for "doubledValue" and "incrementedValue".

{ "triggerData":{ "triggerData":{ "inputValue":45 } }, "results":{ "stepOne":{ "status":"success", "output":{ "doubledValue":null } }, "stepTwo":{ "status":"success", "output":{ "incrementedValue":null } } }, "runId":"edfe93b1-ab09-418a-83ae-bf2cef96ccd2" }

This fix the input passed via the API call.

za01br avatar Feb 20 '25 19:02 za01br