zhongjiajie commented on issue #71: URL: https://github.com/apache/dolphinscheduler-sdk-python/issues/71#issuecomment-1423806696
Currently, we have hidden logic for schedule time, when you do assign value to `workflow.schedule`, will create a workflow but the state of `schedule` is offline(it is without schedule). but if you assign the value to `workflow.schedule` we will create schedule connected to workflow and set it online default. I am not sure wether this logic can help you or not https://github.com/apache/dolphinscheduler/blob/3.1.3/dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/python/PythonGateway.java#L272-L274 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
