Tasks not removed from ElasticSearch when deleting workflow
See original GitHub issueWhen 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.
Issue Analytics
- State:
- Created 4 years ago
- Comments:13 (5 by maintainers)
Top Results From Across the Web
How to delete a task in Elasticsearch v7.14 - Elastic Discuss
I'm currently running a delete_by_query job and setting the wait_for_completion argument to false. In the documentation, it says: Running ...
Read more >Index State Management in Amazon OpenSearch Service
Index State Management (ISM) in Amazon OpenSearch Service lets you define custom management policies that automate routine tasks, and apply them to indexes ......
Read more >Deleting Operators from a cluster - OpenShift Documentation
Removing the Operator will not remove any of its custom resource definitions or managed resources. If your Operator has deployed applications on the...
Read more >Deleting a Record - Data Director - Informatica Documentation
If your user role includes the delete permission, you can delete records in the active ... marks the record as deleted and no...
Read more >Task list item(s) not deleting when List Item Deleted
Sharepoint 2007 SP2 I am the Site Collection Admin and Owner of the site. I have a Infopath forms library that uses a...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@apanicker-nflx Can the issue be reopened? Currently working on the PR but would like for the progress to be followed here as well.
Still waiting on the PR https://github.com/Netflix/conductor/issues/1505 to be merged