DetachedInstanceError accessing dbnode attributes on SqlAlchemy #1292
Labels
priority/critical-blocking
must be resolved before next release
topic/database-sqlalchemy
topic/workflows
type/bug
Milestone
When running a workchain on the latest
workflows
branch at some point aDetachedInstanceError
is raised whenself.dbnode.uuid
is called. This is the full stack trace:This happens when the persister tries to persist the context of the workchain, so it serialized the contents of the context, which then needs to get the uuid of a
Node
which sequentially trigger the error.The text was updated successfully, but these errors were encountered: