This is an automated email from the ASF dual-hosted git repository.
caishunfeng pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
from 2b4c1e06b6 Fix recover pause workflowInstance may generate failover
taskInstance (#15611)
add 24ff70dc88 Fix out parameter may loss (#15617)
No new revisions were added by this update.
Summary of changes:
.../task/api/parameters/AbstractParameters.java | 47 ++++---------
.../plugin/task/shell/ShellParameters.java | 27 ++------
.../plugin/task/shell/ShellParametersTest.java | 77 ++++++++++++++++++++++
3 files changed, 96 insertions(+), 55 deletions(-)
create mode 100644
dolphinscheduler-task-plugin/dolphinscheduler-task-shell/src/test/java/org/apache/dolphinscheduler/plugin/task/shell/ShellParametersTest.java