-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] [api] After the workflow is exported and imported again, no newly imported task definition appears on the workflow definition page #14397
Comments
#14398 找到对应源码,发现该接口的 taskExecuteType 有默认值,为 "BATCH": 由于 taskExecuteType 有默认值"BATCH",不会为空,所以 排查原因,发现在 org.apache.dolphinscheduler.api.service.impl.ProcessDefinitionServiceImpl#checkAndImport 方法中, |
@penggeyuanlishe thanks for your excellent work |
…4397 (apache#14398) Co-authored-by: huangjp@zetyun.com <huangjp@zetyun.com>
…4397 (apache#14398) Co-authored-by: huangjp@zetyun.com <huangjp@zetyun.com>
Search before asking
What happened
Create a workflow "testImport":
The workflow has a task definition "testShell":
Export the workflow and import it again:
No task definition related to the imported workflow "testImport(1)_import_20230622145806508" was found in the task definition page:
What you expected to happen
On the task definition page, you should list the newly imported workflow "testImport(1)_import_20230622145806508" and the associated task definition "testShell".
How to reproduce
Refer to "What happened"
Anything else
No response
Version
3.1.x
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: