You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.
// Generate a workflow from the workflow mapwf, err:=wmapToWorkflow(wfMap)
iferr!=nil {
te.errs=append(te.errs, serror.New(err))
f:=buildErrorsLog(te.Errors(), logger)
f.Error(ErrSchedulerNotStarted.Error())
returnnil, te
}
ErrSchedulerNotStarted is returned incorrectly. I'm not sure exactly what the error should be but it should be related to parsing the wmap into a workflow since that is what is triggering the error.
The text was updated successfully, but these errors were encountered:
In scheduler.createTask
ErrSchedulerNotStarted is returned incorrectly. I'm not sure exactly what the error should be but it should be related to parsing the wmap into a workflow since that is what is triggering the error.
The text was updated successfully, but these errors were encountered: