Engine: Deployment Activation/Deactivation#727
Merged
Zayn-Javed merged 9 commits intomainfrom Mar 28, 2026
Merged
Conversation
…vation of processes
…activate deployments on a machine
…f the process deployed that has a timer start event the event keeps triggering new instances even after the process is deleted
…l not deploy again if the same process version is already deployed or prefer engines that already have another version of the same process
This comment has been minimized.
This comment has been minimized.
Zayn-Javed
reviewed
Mar 27, 2026
Zayn-Javed
reviewed
Mar 27, 2026
src/engine/universal/distribution/src/routes/ProcessInstanceRoutes.js
Outdated
Show resolved
Hide resolved
Zayn-Javed
reviewed
Mar 27, 2026
src/engine/universal/distribution/src/routes/ProcessInstanceRoutes.js
Outdated
Show resolved
Hide resolved
Zayn-Javed
reviewed
Mar 27, 2026
Zayn-Javed
reviewed
Mar 27, 2026
Zayn-Javed
reviewed
Mar 27, 2026
Zayn-Javed
requested changes
Mar 27, 2026
Contributor
Zayn-Javed
left a comment
There was a problem hiding this comment.
Please have a look at these few very minor things.
This comment has been minimized.
This comment has been minimized.
|
✅ Successfully created Preview Deployment. |
Zayn-Javed
approved these changes
Mar 28, 2026
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
Added functionality to the engine that allows activation and deactivation of processes which can be used to allow/disallow typed start events to automatically trigger new instances
Details