Home > Forum > Database > Unable to delete step

Unable to delete step
0

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.

MVP
In reply to: Flo

But this is not possible through the admin tools. And as far as I read we should not script some SQL statements to delete specific workflow instances is that right?

Hi Florian,

only the Express Edition doesn’t have this option.
The other editions have one action "Database retention\Archive workflow instances". One option of archiving is to delete workflow instances.

One exception is WEBCONAPPS in a multi tenant / not dedicated environment. The archiving actions aren’t available there either.
I‘m not sure what the state of my user voice regarding this is.

https://community.webcon.com/forum/thread/2365?messageid=2365

Best regards,
Daniel