-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Bug] [dolphinscheduler-server] param lost when execute failed task #9595
Comments
Thank you for your feedback, we have received your issue, Please wait patiently for a reply.
|
@zwZjut hi, I cannot reproduce, could you provide your process definition script here? |
you can also see difference between two tasks in meta data |
dev part code is fine, you can try dev |
will you cherry-pick to 2.0.6 ? is it easy to fix ? |
This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs. |
this problem exists in 2.0.x |
Search before asking
What happened
param lost when execute failed task
branch 2.0.5 && dev
What you expected to happen
param will not lost when execute failed task
How to reproduce
create processDefinition test
create task A set parameter a and set OUT
create task B dependent task A and use parameter a; do something let task B 100% failed
run processDefinition test and server will create processInstance test_xxxx
find test_xxxx in list and execute failed tasks, when it is failed, open the task log :
"setSqlParamsMap: No Property with paramName: a is found in paramsPropsMap of task instance with id"
Anything else
No response
Version
2.0.5
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: