Hi there,
I'm unable to delete a step in the Workflow Designer window. It says (see screenshot).
I can find the step in the db:
SELECT *
FROM WFSteps
WHERE WFSteps.STP_ID = 95
But no associated Wf instances with it:
SELECT WFSteps.STP_ID, WFSteps.STP_Name, WFSteps.STP_Description, WFSteps.STP_IsFinish, WFElements.WFD_ID
FROM WFElements
JOIN WFSteps ON WFSteps.STP_ID = WFElements.WFD_STPID
WHERE WFD_STPID= 95
It's not an option to use the admin tools to delete all instances from the process.
Any idea how I can fix this?
Thanks.