Skip to content

Commit

Permalink
Merge pull request #1661 from ProcessMaker/bugfix/FOUR-17503
Browse files Browse the repository at this point in the history
FOUR-17503  the gateway process for one of the parallel tasks in a parallel gateway process does not complete correctly
  • Loading branch information
ryancooley authored Aug 9, 2024
2 parents 79458a4 + 8b320cc commit 5c2c9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/task.vue
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ export default {
},
processUpdated: _.debounce(function(data) {
if (
data.event === "ACTIVITY_ACTIVATED"
['ACTIVITY_ACTIVATED', 'ACTIVITY_COMPLETED'].includes(data.event)
&& data.elementType === 'task'
) {
if (!this.task.elementDestination?.type) {
Expand Down

0 comments on commit 5c2c9d2

Please sign in to comment.