Skip to content

Commit

Permalink
97: Update SDK to use protocol changes to duration parameter and add …
Browse files Browse the repository at this point in the history
…new duration parameter fields minimum and maximum to example workflow config json.
  • Loading branch information
lfse-slafleur committed Sep 13, 2024
1 parent 04176de commit d038c0e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions config/workflow_config_example.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,10 @@
{
"parameter_type": "duration",
"key_name": "duration_example_with_default",
"description": "The default is in milliseconds.",
"default": 3000
"description": "The default is in seconds.",
"default": 900.0,
"minimum": 0.0,
"maximum": 1500.0
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion example_sdk_client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
omotes_sdk_python==3.1.0
omotes_sdk_python==3.1.2
2 changes: 1 addition & 1 deletion system_tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
omotes_sdk_python==3.1.0
omotes_sdk_python==3.1.2
pytest ~= 8.1.2
pytest-timeout
xmltodict ~= 0.13.0
Expand Down

0 comments on commit d038c0e

Please sign in to comment.