Workflow does not remove itself after initial creation

I have a scenario where I first implemented workflow on a table and then decided to remove it with its security related objects. What I am noticing is that workflow is still being looked at even though it has been removed. I have also cleared the table’s records, refreshed the table and cleared my cache but still get the following error: Unknown Exception: net.nextworld.dataaccess.workflow.WorkflowRuntimeException: Error fetching Workflow Definition ‘XXX’ when building Workflow Type cache entry. See stack trace for details.

Is there any way of removing workflow from a table after it has been removed from the definition and security related objects?

@stefanus You could try a data transform? I have had to do that for WF states which are referenced on the record no longer exist. Not sure if it would work for if WF is removed, but worth a try maybe.

I’m not aware of this type of thing having been done before, you may be the first to attempt it.

@stefanus when is the error occurring? Wondering whether the error is preventing the app from launching, occurring when launching the app to list view, when attempting to create a new record, or other

Hey @ross . It’s when I want to create a new record. The record pulls in some data from an underlying app on form init and opens up the detail view of an advanced list. It will then throw that workflow error.