Error during isolated evaluation of expression
Hello!
I am trying to run a workflow from another workflow. My parent workflow triggers a bunch of instances (runs) of the same workflow, but I keep on getting the following error:
From my understanding, it seems that the sub tasks of my child workflow are not able to find the result from the previous tasks for some reason. Could this be an issue since I am running many instances concurrently? Should Windmill not be handling this in the background?
Side note, but when I test the child workflow on its own (i.e. just trigger one run instead of many at the same time by my parent workflow), it works fine.
Thanks
1 Reply
Hi @Hisham , would have a minimal reproduction you can share with us please