I searched for an answer to this on the forum but didn’t find any good solution.
We are using workflows that calls different APIs that we don’t have control on.
As we want to be able to handle all possible scenarios depending on the response of these APIs, these workflows can become pretty complex and with many different paths.
Our goal is to find a way to implement “integration tests”, so that before doing a change, we can easily simulate all different cases and verify that nothing broke.
We can currently pin results of API calls, but not multiple at once (success, error 1, error 2…).
Is it something that can already be done (if so how?), or would this be possible to create a feature request?
Let me know if you need any more information or if I am not clear.
Unfortunately, this not possible at the moment through pinned data, although it would be a great feature request!
I’d say the best way to achieve this right now would be to duplicate the node after testing it and pinning the tested data and using the whole node the same way you would use the pinned data. You can even deactivate it and add sticky notes for for a visual queue.
Yes, of course!
I’ve moved this to the Feature Request Category - don’t forget to vote - and I’ll make an internal note so we can assess how much effort this would take us