We recently encountered an issue with our automated deployment process which left three workflows(real time workflows) in database but not visible from UI. This meant that they were now duplicate instances of the existing workflows and therefore got triggered twice. Since we are on-premise(2013) and faced with no other option I attempted to delete these from the WorkflowBase, WorkflowDependencyBase and WorkflowBaseIds Tables but this has not removed all references completely as I now get the error 'Workflow with Id <> does not exist' on the trigger that was supposed to fire the workflow. Does anybody know which tables hold this information on workflow triggers and where else(Tables) I need to remove them from.
I am already aware that this was unsupported SQL Operation so please only suggest possible solutions in case you are aware.
Thanks in Advance.
*This post is locked for comments
I have the same question (0)