https://flyte.org logo
#ask-the-community
Title
# ask-the-community
v

Victor Gustavo da Silva Oliveira

05/23/2023, 11:42 AM
Hello everybody, When running a workflow with a dynamic workflow, I keep getting this error:
Copy code
Traceback (most recent call last):
  File "/home/flyte/.venv/lib/python3.8/site-packages/flytekit/bin/entrypoint.py", line 90, in _dispatch_execute
    outputs = _scoped_exceptions.system_entry_point(task_def.dispatch_execute)(ctx, idl_input_literals)
AttributeError: 'PythonFunctionWorkflow' object has no attribute 'dispatch_execute'
Somebody have any idea what it could be?
k

Ketan (kumare3)

05/23/2023, 12:51 PM
What flytekit version, is this new?
v

Victor Gustavo da Silva Oliveira

05/23/2023, 12:55 PM
Yup, 1.6.1 This execution was a test for the update
This is strange, since other workflow with dynamic workflow is running just fine
k

Ketan (kumare3)

05/23/2023, 1:29 PM
This looks like a fundamental bug- which is weird. Can you downgrade and try with older version, does that work
v

Victor Gustavo da Silva Oliveira

05/23/2023, 1:35 PM
Sure, I'll try
I'm trying to update this workflow to my cluster, but no matter what I do, the workflow keeps running a previous version, even if I changed the name of every single thing. This is happening when I'm trying to register using 1.5.1, @Ketan (kumare3) For some limitations, I can only run this in the kubernetes cluster...
Nevermind, updating the docker image worked. But the task now runs smoothly, in 1.5.1 version