Python configuration in Workflows not working - Context was not instantiated when used at runtime

The python configuration in the seetings tab when I'm building a workflow is not working.

For current and for newly created workflows, I get the same error: Context was not instantiated when used at runtime. I also have an Error ID which I don't know if I should post here.

Also (and I think it is related), I have a function defined in a Workflow which runs a python code that imports a custom library. I can see the library installed in the libraries tab, but when I try to run this function, I get ModuleNotFoundError

Hey, thanks for catching this. We have pushed out a fix and you should be able to edit your Python configuration again.

For the custom library, can you try running the workflow again and validate that your Python configuration is correct?