FOUR-26707 Implement Conditional Destination Redirect #1947
Merged
Conversation
…estination changes
FOUR-26711 Implement the Inspector Extension for Conditional Destination
FOUR-26713 Make the adjustments required in ScreenBuilder to support the Conditional Destination
modeler
|
||||||||||||||||||||||||||||
| Project |
modeler
|
| Branch Review |
feature/FOUR-26707
|
| Run status |
|
| Run duration | 06m 04s |
| Commit |
|
| Committer | Miguel Angel |
| View all properties for this run ↗︎ | |
| Test results | |
|---|---|
|
|
0
|
|
|
0
|
|
|
83
|
|
|
0
|
|
|
285
|
| View all changes introduced in this branch ↗︎ | |
FOUR-26817 Different behaviors to add conditions
FOUR-26806 User cannot select a display screen when the condition is selected Display Next Assigned Task option
| loopCharacteristicsHandler(value, node, setNodeProp, moddle, definitions, isMultiplayer); | ||
| defaultInspectorHandler(omit(value, 'markerFlags', '$loopCharactetistics'), isMultiplayer); | ||
| handleElementDestination(value.elementDestination, node, setNodeProp); | ||
| handleConditionalRedirect(value.conditionalRedirect, node, setNodeProp); |
There was a problem hiding this comment.
Bug: Inspector Handler Typos Cause Processing Issues
The inspectorHandler has a typo preventing $loopCharacteristics from being omitted and also misses omitting conditionalRedirect, which can lead to double processing. Separately, inspectorData doesn't load conditionalRedirect values, so they won't display in the inspector.
rodriquelca
reviewed
Nov 6, 2025
| content: this.$t(content), | ||
| })); | ||
|
|
||
| this.taskDestination = this.taskDestinationOptions?.[0] ?? null; |
Contributor
There was a problem hiding this comment.
please add the taskDestination into the data definition
rodriquelca
approved these changes
Nov 6, 2025
…nditional redirects
FOUR-27814 task destination is changed when a condition uses Display Next Assigned Task
|
nolanpro
added a commit
that referenced
this pull request
Jan 30, 2026
…OUR-26707"" This reverts commit fb0122e.
nolanpro
added a commit
that referenced
this pull request
Feb 2, 2026
…FOUR-26707"" This reverts commit 368c457.
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.





Implement Conditional Destination Redirect
Solution
How to Test
Related Tickets & Packages
FOUR-26707
Note
Adds conditional redirect UI and persistence for Tasks/Manual Tasks, plus e2e tests and dependency updates (uuid, bpmn-moddle).
ConditionalRedirectandTaskDestinationcomponents to define up to 10 redirect rules with duplicate/remove, dashboard search, and URL validation.bpmn:Taskandbpmn:ManualTaskinspectors (src/components/nodes/task/index.js,manualTask/index.js) and persisted viahandleConditionalRedirect.tests/e2e/specs/conditionalRedirect/Tasks.cy.jscovering add/select, max rules, duplicate/remove.uuid@^13.0.0; bump@processmaker/processmaker-bpmn-moddleto0.16.1.Written by Cursor Bugbot for commit fd0055c. This will update automatically on new commits. Configure here.