bytechefhq / bytechefhq/bytechef
[bug] Stored data used via Data storage component are not deleted for WORKFLOW and CURRENT_EXECUTION scopes
Open
backend
bug
- Dominant language
- Java
- Stars
- 1k
- Forks
- 170
- Avg merge
- 11h 25m
- Merged PRs (30d)
- 115
Description
Currently, there is no implemented logic that will delete data for WORKFLOW and CURRENT_EXECUTION scopes.
For details check `DataStorage` implementation.
Contributor guide
Research direction
Start by reading the DataStorage implementation mentioned in the issue and trace how data is stored for the WORKFLOW and CURRENT_EXECUTION scopes. Identify the deletion path for those scopes and verify that stored data is removed when each scope ends.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend, database
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100