Process Archiving#756
Open
jjoderis wants to merge 11 commits into
Open
Conversation
…em in the frontend We want to keep process execution data for future reference even when a process is deleted to adhere to potential regulations. For that reason we need to make sure to keep the process data as well since the execution data can only be reasoned about using the executed process data.
…nces; Added logic to automatically remove deployments of processes that are archived
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
…s modal will show it as a folder without a name
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
✅ Successfully created Preview Deployment. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Processes are now archived instead of deleted. That means that processes that are "deleted" by a user are kept in the database but removed from the folder structure of the space. This way they can still be referenced if for example an execution of the process is inspected after the process has been removed.
Added logic to prevent removal/archiving of processes when there are active instances of the processes and to automatically remove deployments of the processes from the engines they are still deployed to.
Details