Currently a user is able to save a pipeline even though the script is not running properly (status_code != 0). Users should not be able to do that. Using Javascript, we must deactivate the Save pipeline button and activate it only when the script runs successfully (status_code == 0).
This is can begin once we fix the monaco issue.
Currently a user is able to save a pipeline even though the script is not running properly (
status_code != 0
). Users should not be able to do that. Using Javascript, we must deactivate theSave pipeline
button and activate it only when the script runs successfully (status_code == 0
). This is can begin once we fix the monaco issue.