You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 13, 2023. It is now read-only.
When removing a workflow instance using the CRUD API. The workflow index itself is removed from ElasticSearch, but the attached tasks are not removed.
When doing a \DELETE on the http://conductor/api/workflow/<workflow-uuid>/remove?archiveWorkflow=false endpoint, a 204 No Content is returned: all the occurrences are removed from Redis, the workflow index is removed from ElasticSearch, but the tasks of that workflow are not.