[Bug] Node with multiple Inputs can not be executed "Step by Step"

Hello,

I don’t know if this is the right place to post, but I found some odd behaviour.

I have a workflow that calls a paged API endpoint.
The response is a token for the next page + message payload.

The setup and error is the same as in the following example:

The normal execution works fine, but I can’t step through it one node at a time.
I get the following Error:
image

If I want step through to change something in the workflow I always have to remove the connection from “If” back to “Call Api”.

Thanks for building such an awesome tool.
Feel free to ask any clarifying question or suggest a better way of handling my use-case.

Is there anything I can add/change to step through the workflow?

@Sopor10 welcome to the community.

Just tested it and I was able to replicate it. Will have a look at it and come back to you. Thanks for letting us know.

Issues with executing workflows manually are sadly expected. Especially if there are loops and other complicated constructs involved as the workflow actually has to first run backward (to figure out what nodes to execute) and then again forward.

It is for sure a bug that we should fix at some point but probably nothing I would honestly prioritize right now. Is something that is probably hard to fix and the chance that we destroy more than what we repair is quite high. We will however address that in the future as we rewrite part of that code in the future.

But that issues will not have any impact on the workflow executing correctly in production. It is currently “only” a limitation for testing it when executing nodes manually.

1 Like

Thanks for your response.

I can live with that Bug, especially as it doesn’t affect the production runs.
If it’s complicated and/or risky to fix, i would probably prefer more awesome new Features beeing build instead :wink:

Thanks again for this nice Plattform

Thanks, that is great to hear!

As written above do we still want to fix it at some point but we also have to prioritize as there is just a limited amount of resources.

Have fun!

1 Like