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

How Can One Map a Construct to the Process it Belongs to? #92

Open
VincenzoFerme opened this issue Aug 23, 2016 · 4 comments
Open

How Can One Map a Construct to the Process it Belongs to? #92

VincenzoFerme opened this issue Aug 23, 2016 · 4 comments
Assignees
Milestone

Comments

@VincenzoFerme
Copy link
Member

VincenzoFerme commented Aug 23, 2016

Currently it seems there is no way to map a construct from the construct tables, to the process it belongs to. Why? It should be possible to have this map, using the ids of the processes table as well.

@Cerfoglg
Copy link
Contributor

@VincenzoFerme Isn't that what the source_process_instance_id columns in the construct table is for?

@VincenzoFerme
Copy link
Member Author

Ok, but how can I do this mapping if in the tables containing the construct metrics you do not store the construct id?

@Cerfoglg
Copy link
Contributor

@VincenzoFerme But the metrics are computed over multiple constructs with different ids, the metrics are computed over construct names and types if defined.

@VincenzoFerme
Copy link
Member Author

Right, that was to aggregate construct info with more flexibility than only for single process.

Evaluate a possible improvement:

  • Collect all the distinct process definitions to which the constructs belong to and store them
  • Compute construct level metrics, also only for constructs belonging to the same process

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants