Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] CasePathResolver: Allow to infer pending elements #145

Open
2 tasks
tbouffard opened this issue Oct 10, 2023 · 0 comments
Open
2 tasks

[FEAT] CasePathResolver: Allow to infer pending elements #145

tbouffard opened this issue Oct 10, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@tbouffard
Copy link
Member

tbouffard commented Oct 10, 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 from PathResolver 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.

In #16, we allow to pass pending elements in the input of the path computation but we are not inferring any pending elements that follow completed elements.

Describe the solution you'd like

First compute the path with provided completed and pending elements (#16).

Then infer direct (i.e. following the latest completed element in the graph) pending elements when enabled with an option see #23.
This includes

  • the following flownode/shape considered as pending.
  • the following flow/edge considered as completed (the flow between the latest completed and the inferred pending element). They are in the "outgoing "array of the "latest" element.

Questions

Note: depending on the answers, the question can lead to the creation of a new issue.

Tasks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant