Upgrading to v1.1.1 broke workflows
Congrats on the new release!
I self host and updated from v1.0.3 to v1.1.1 and its working lovely, except my workflows (that previously ran smoothly) no longer run. I get the error
So i tried manually running
I see that others have workflows working on v.1.1, so I suspect I have done something wrong, or its an issue because I have been upgrading steadily for many versions and possibly missed a step in the past.
Any suggestions on what i might have done wrong during my upgrade (simply bumping the docker-compose version number and pull//up)? And how I might fix the current issue with the workflows?
Thanks, and congrats again on the great product.
I self host and updated from v1.0.3 to v1.1.1 and its working lovely, except my workflows (that previously ran smoothly) no longer run. I get the error
EntityPropertyNotFoundError: Property "state" was not found in "workflowRun". Make sure your query is correct. when i try and run them. So i tried manually running
yarn command:prod upgrade in my worker docker instance (maybe a bad idea because I though i read somehwere thats no longer needed) but it says "yarn command:prod upgrade". so i tried running yarn command:prod upgrade:1-1:migrate-workflow-run-state, but it throws Error in workspace 6e278d07-a88a-45d3-86c9-daea30a9b0e5: Property "state" was not found in "workflowRun"I see that others have workflows working on v.1.1, so I suspect I have done something wrong, or its an issue because I have been upgrading steadily for many versions and possibly missed a step in the past.
Any suggestions on what i might have done wrong during my upgrade (simply bumping the docker-compose version number and pull//up)? And how I might fix the current issue with the workflows?
Thanks, and congrats again on the great product.