Hisham
Hisham4mo ago

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:
{
"error": {
"name": "InternalErr",
"message": "Error during isolated evaluation of expression `results.e`:\nNot found: Flow result by id in leaf jobs not found at name 01908d76-057c-7e9e-56e1-bc9f10cffeab, e"
}
}
{
"error": {
"name": "InternalErr",
"message": "Error during isolated evaluation of expression `results.e`:\nNot found: Flow result by id in leaf jobs not found at name 01908d76-057c-7e9e-56e1-bc9f10cffeab, e"
}
}
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
rubenf
rubenf4mo ago
Hi @Hisham , would have a minimal reproduction you can share with us please