Skip to content

Commit

Permalink
feat: provide source flow when exitting sequence flow
Browse files Browse the repository at this point in the history
  • Loading branch information
barmac committed Dec 1, 2023
1 parent 20fabdf commit f4cfca8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/simulator/behaviors/SequenceFlowBehavior.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ SequenceFlowBehavior.prototype.exit = function(context) {
} = context;

this._simulator.enter({
source: element,
element: element.target,
scope: scope.parent
});
Expand Down

0 comments on commit f4cfca8

Please sign in to comment.