This is an automated email from the ASF dual-hosted git repository.
leonbao pushed a change to branch params-trans
in repository
https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git.
from 69c55f4 Merge remote-tracking branch 'upstream/dev' into params-trans
add 14d49bc [FIX-2101]It solves the problem that the name of the branch
will not change after the name of the branch is changed in the workflow page
and instance page. (#4555)
new df8a7d8 Merge remote-tracking branch 'upstream/dev' into params-trans
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../api/service/ProcessInstanceService.java | 10 +-
.../service/impl/ProcessDefinitionServiceImpl.java | 4 +-
.../task/conditions/ConditionsParameters.java | 10 +-
.../service/process/ProcessService.java | 58 +++++++++++
.../service/process/ProcessServiceTest.java | 107 +++++++++++++++++++++
5 files changed, 184 insertions(+), 5 deletions(-)