You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this issue describes path computation for a single instance/case only. So the implementation will go to the CasePathResolver class as it differs from PathResolver which is a generic implementation that both deals with single instance or all instances of a process.
this issue only deals when the following element of the exclusive gateway linked with a lonely edge is an merge exclusive gateway
Is your feature request related to a problem? Please describe.
Sometimes, there is an exclusive gateway with a branch without element (ege only).
When detecting path of
a single instance, only detect the "lonely edge" as "activated" when not passing through the other branches.
tbouffard
changed the title
[FEAT] PathResolver: handle "forward lonely edge" with exclusive gateways
[FEAT] CasePathResolver: handle "forward lonely edge" with exclusive gateways
Oct 9, 2023
tbouffard
changed the title
[FEAT] CasePathResolver: handle "forward lonely edge" with exclusive gateways
[FEAT] CasePathResolver: handle "forward lonely edge" from an exclusive gateway targeting a merge exclusive gateway
Nov 22, 2023
DISCLAIMER:
CasePathResolver
class as it differs fromPathResolver
which is a generic implementation that both deals with single instance or all instances of a process.Is your feature request related to a problem? Please describe.
Sometimes, there is an exclusive gateway with a branch without element (ege only).
When detecting path of
Note: this use case doesn't apply to parallel gateways (we don't want to support non conformant model)
Describe the solution you'd like
Handle the case when it is obvious.
Questions
The text was updated successfully, but these errors were encountered: