Good morning!
Several months ago I refactored my application into a Domain Driven architecture as the application grew larger. I took the opportunity to refactor my workflows and activities as part of the process.
However, I am still getting workflows starting from the old class (which no longer exists):

There is no reference to this class anywhere in my codebase anymore, yet they keep on running. Any idea how I can find the source of this?
Good morning!
Several months ago I refactored my application into a Domain Driven architecture as the application grew larger. I took the opportunity to refactor my workflows and activities as part of the process.
However, I am still getting workflows starting from the old class (which no longer exists):
There is no reference to this class anywhere in my codebase anymore, yet they keep on running. Any idea how I can find the source of this?