Open VincenzoFerme opened 8 years ago
@VincenzoFerme Isn't that what the source_process_instance_id columns in the construct table is for?
Ok, but how can I do this mapping if in the tables containing the construct metrics you do not store the construct id?
@VincenzoFerme But the metrics are computed over multiple constructs with different ids, the metrics are computed over construct names and types if defined.
Right, that was to aggregate construct info with more flexibility than only for single process.
Evaluate a possible improvement:
distinct
process definitions to which the constructs belong to and store them
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.