diff --git a/config/task_generator/process_conf.json b/config/task_generator/process_conf.json index 5606d843..8c521942 100644 --- a/config/task_generator/process_conf.json +++ b/config/task_generator/process_conf.json @@ -499,7 +499,40 @@ "lvl8_reporting" : "True" } }, - + { + "@context": "https://example.com/schemas/run.jsonld", + "@id": "https://example.com/runs/YearAheadCGM", + "@type": "Run", + "process_id": "https://example.com/processes/RMM_CREATION", + "valid_from": "", + "valid_to": "", + "gate_open": "P1DT5H", + "gate_close": "P1DT4H", + "run_at": "0 6 1 9 *", + "time_frame": "Y-1", + "data_timestamps": "30 * * * *", + "data_resolution": "PT1H", + "tags": [], + "properties": { + "merge_type": "BA", + "merging_entity": "BALTICRCC", + "included": [], + "excluded": [], + "local_import": [], + "time_horizon": "YR", + "version": "001", + "mas": "http://www.baltic-rsc.eu/OperationalPlanning/CGM", + "replacement": "True", + "replacement_local":"False", + "post_temp_fixes":"True", + "force_outage_fix":"False", + "scaling": "True", + "upload_to_opdm": "True", + "upload_to_minio": "True", + "send_merge_report": "True", + "lvl8_reporting" : "True" + } + }, { "@context": "https://example.com/schemas/run.jsonld", "@id": "https://example.com/runs/WeekAheadRMM",