knime / knimepy

Other
44 stars 15 forks source link

Alter Workflow to accept workspace separately from workflow #6

Closed applio closed 5 years ago

applio commented 5 years ago

Per Greg's request:

Fix the way workflows are referenced. I believe that we should do: wf = knime.Workflow(workspace="/path/to/workspace",workflow="/path/in/workflow_repo") so that it's consistent with the way KNIME works. When we start supporting the server in a future version, this is then something like: wf = knime.Workflow(server="https://the_url",workflow="/path/in/workflow_repo")

applio commented 5 years ago

Implemented in commit 1cdc6965d4ac87397297edc26c1d51989705ba93.