Output Parameter Bugs
Description
In OutputParameters, you cannot set the number to 0:
<OutputParameters Desc="Anzahl der Outputparameter, die mitgetrackt werden">0</OutputParameters>
This results in a read error within the post op of the workflow.
Also, the UseIODir switch does not work. You need to put in everything manually.
<OutputParameter ID="1">
<ParameterName Desc="Name des Parameters">test_energy</ParameterName>
<RelDirectory UseIODir="1" Desc="">../projects/UNICADO-SMR/UNICADO-SMR-180-TF/</RelDirectory>
<FileName UseIOFile="1" Desc="">UNICADO-SMR-180-TF.xml</FileName>
<PathInXmlFile>/aircraft_exchange_file/analysis/mission/study_mission/loaded_mission_energy/mission_energy/consumed_energy/value</PathInXmlFile>
</OutputParameter>
Additional Context
Add screenshots, logs, or relevant information here.