Play/Pause a node from from another node within the same workflow

My workflow uses twitter’s api and 2 sets of Twitter credentials. When the api is maxed I send the flow into wait status. Instead I’d like to trigger to pause the first twitter node so the data passes through to the second twitter node within the same workflow that uses a second set of credentials to finish processing the items.

Is there a way to disable/enable a single node within the api?

No, it is currently not possible to enable/disable nodes dynamically. You would have to do that with an IF-Node and bypass the node like that.

1 Like