Skip to content

Suffix line names with Decision in DecReports writer

Rosen Matev requested to merge rmatev-add-decision into master

Historically names in DecReports end with Decision and we should keep this for consistency, see Moore#130 (closed).

The logic of ExecutionReportsWriter is changed slightly such that for each given line (composite node name) it looks for name + "Decision" in the ANNSvc. This implicit map from node name to decision name can be explicitly configured if we decide it's worth it.

Goes together with Phys!662 (merged) Moore!389 (merged)

Edited by Rosen Matev

Merge request reports