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
DISCLAIMER: 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.
We have several use cases where we want to categorize the elements in the computed path
Note: Validate the types of the input parameter and the returned value. The initial proposal is available in #142. If something changes, please describe it here. See also #16.
The text was updated successfully, but these errors were encountered:
tbouffard
changed the title
[FEAT] PathResolver: categorize elements returned in the infer path
[FEAT] CasePathResolver: categorize elements returned in the infer path
Oct 8, 2023
tbouffard
changed the title
[FEAT] CasePathResolver: categorize elements returned in the infer path
[FEAT] CasePathResolver: categorize the elements returned in the inferred path
Oct 8, 2023
DISCLAIMER: this issue describes path computation for a single instance/case only. So the implementation will go to the
CasePathResolver
class as it differs fromPathResolver
which is a generic implementation that both deals with single instance or all instances of a process.We have several use cases where we want to categorize the elements in the computed path
Note: Validate the types of the input parameter and the returned value. The initial proposal is available in #142. If something changes, please describe it here. See also #16.
The text was updated successfully, but these errors were encountered: