Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove failIfNotExists flag from delete process instance batch operations if unnecessary #4804

Open
1 task
joaquinfelici opened this issue Nov 20, 2024 · 0 comments
Labels
type:task Issues that are a change to the project that is neither a feature nor a bug fix.

Comments

@joaquinfelici
Copy link
Contributor

Description

Following-up on the kick-off analysis for Idempotency of change variables batch operation, one question arose regarding the removal of the ifExists flag for the async operations for the deletion of process instances (both runtime and historic): why do we persist the failIfNotExists flag state in the database for Batch Operations but if it cannot be configured? It's used in botch DeleteProcessInstancesJobHandler and DeleteHistoricProcessInstancesJobHandler.

Acceptance Criteria (Required on creation)

  • Determine whether the persistence of this flag is required.
  • If it's required, explain why.
  • If it's not, remove it and adapt the logic.

Hints

Links

Breakdown

Pull Requests

No tasks being tracked yet.

Dev2QA handover

  • Does this ticket need a QA test and the testing goals are not clear from the description? Add a Dev2QA handover comment
@joaquinfelici joaquinfelici added the type:task Issues that are a change to the project that is neither a feature nor a bug fix. label Nov 20, 2024
@joaquinfelici joaquinfelici changed the title Remove failIfNotExists flag from delete process instance batch operaitions if unnecessary Remove failIfNotExists flag from delete process instance batch operations if unnecessary Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:task Issues that are a change to the project that is neither a feature nor a bug fix.
Projects
None yet
Development

No branches or pull requests

1 participant