Skip to content

Commit

Permalink
78: Add parameter relation config to simulator workflow in workflow_c…
Browse files Browse the repository at this point in the history
…onfig.json.
  • Loading branch information
lfse-slafleur committed Nov 26, 2024
1 parent 3c4fa7e commit 176e317
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/workflow_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@
"parameter_type": "datetime",
"key_name": "end_time"
}
],
"parameter_relations": [
{
"key_1": "start_time",
"key_2": "end_time",
"relation": "smaller"
}
]
}
]

0 comments on commit 176e317

Please sign in to comment.