diff --git a/config/workflow_config.json b/config/workflow_config.json index ca7b200..f8fe35d 100644 --- a/config/workflow_config.json +++ b/config/workflow_config.json @@ -33,6 +33,13 @@ "parameter_type": "datetime", "key_name": "end_time" } + ], + "parameter_relations": [ + { + "key_1": "start_time", + "key_2": "end_time", + "relation": "smaller" + } ] } ] \ No newline at end of file