Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
SDKs
Python SDK
Commits
2ba8feeb
Commit
2ba8feeb
authored
Nov 18, 2020
by
Sutton
Browse files
Bug in property name for start workflow
parent
2fb049a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
osdu_api/model/data_workflow/start_workflow.py
View file @
2ba8feeb
...
...
@@ -6,5 +6,5 @@ but the API expects "datasetRegistryIds"
'''
class
StartWorkflow
(
Base
):
def
__init__
(
self
,
dag_name
:
str
,
input_parameters
:
object
):
self
.
dag
_n
ame
=
dag_name
self
.
input
_p
arameters
=
input_parameters
self
.
dag
N
ame
=
dag_name
self
.
input
P
arameters
=
input_parameters
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment