Hisham
Hisham
WWindmill
Created by Hisham on 7/7/2024 in #help
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
2 replies
WWindmill
Created by Hisham on 7/3/2024 in #help
Windmill Workflows Code as Docker Volume
Hi all!! I am setting up Windmill for my team, and want my code to be automatically integrated into Windmill when they start up the docker-compose as a Docker volume. Currently, the initial set up steps are for my team to open the Windmill UI, create a workspace, then download the wmill CLI tool, sync the CLI with the Windmill workspace and then wmill sync push my workflow code into Windmill. Obviously this is a long process and the team will have to always wmill sync push if any changes were made to the Windmill workflow code. Is there a way to attach my code as a Docker volume such that it is always integrated without having to go through all these setup steps? Thanks🌟
3 replies