Running a workflow from another workflow is not able to leverage test inputs and workflow fails

Looking for some assistance chaining workflows together on a self-hosted instance of retool on prem version 3.33.10

We are trying to run two workflows in series and the second one needs to leverage the test inputs from the first. Below is a simple example that works in cloud.


However, when this is replicated in on prem the second workflow fails as the return (or any resource it seems) cannot leverage the startTrigger data even though it appears to be there in the run history.


Running the second workflow manually from the UI works fine. Any help would be much appreciated!

Interestingly we can invoke the workflow with a webhook outside of retool but the same webhook fails when run from within retool so chaining using a webhook does not seem to work either.

Hi @Lee,

Thanks for reaching out! That is strange :thinking:

Since it works outside of Retool, you might be able to work around this for the time being by triggering the workflow with a Rest query in Retool (instead of the webhook query type)

Can you send me the workflow run id? Are there any errors in the container logs that relate to this issue?