(→Delete all locks present (requires server restart))
|
(→Set all running workflows to "aborted" status)
|
Line 3: | |||
==== Set all running workflows to "aborted" status ==== | ==== Set all running workflows to "aborted" status ==== | ||
- | <pre> UPDATE WORKFLOW_CASE SET STATUS='Aborted' WHERE STATUS = 'Running';</pre> | + | <pre> UPDATE WORKFLOW_CASE SET STATUS = 'Aborted' WHERE STATUS = 'Running';</pre> |
==== Set a specific build life id to "aborted" status ==== | ==== Set a specific build life id to "aborted" status ==== |