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
Have a rest activity which has a GET request to "https://jsonplaceholder.typicode.com/todos"
Run the whole flow and see for flow completion message
Select the rest activity and open the debug panel
Start the flow test runner from this tile.
You should see the above error message.
Reason / Additional information:
In this case, all the debug inputs of the activity are set to null. When we try to retest the flow from this tile, the payload for POST http://localhost:3303/api/v2/runner/processes/restart is :
Steps to reproduce:
"https://jsonplaceholder.typicode.com/todos"
You should see the above error message.
Reason / Additional information:
In this case, all the debug inputs of the activity are set to null. When we try to retest the flow from this tile, the payload for
POST http://localhost:3303/api/v2/runner/processes/restart
is :The step is failing with the provided intercepted input data.
I have noticed that we can fix this with the following payload to the restart call:
So I think if we can exempt all null inputs (which is formed by the angular form), we can solve such issues.
But what if the user wants to provide a null value for debugging that step?
The text was updated successfully, but these errors were encountered: