Allow users to update workflow #219
Labels
domino-py
Domino Python package related issues
enhancement
New feature or request
frontend
Frontend related issues
REST
REST API related issues
We should think the best way for editing workflows.
At the first moment I see 2 options:
1. Recreating the workflow (like a PUT operation)
Pros:
Cons:
2. Updating workflow input arguments using dag config to inject new data into the template.
Pros:
Cons:
Necessary changes:
patch
endpoint for updating workflows.Possible/Probably changes:
The text was updated successfully, but these errors were encountered: