This is an automated email from the ASF dual-hosted git repository.
kerwin pushed a change to branch 3.1.3-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
from 32a76ee419 cherry-pick [Fix-13187] refactor OpenmldbParameters #13190
new fbbfbda9ed [Fix-13144][UI] Worked out the issue with failing to query
workflow instances by the incorrect workflow status. #13243
new ce5fda89ca [Bug][Worker] Fix duplicated key bug when have out
parameters of same name (#12930)
new 5f888c4c1f [Improvement][api]Start the downstream workflow when it is
online (#13257)
The 3 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:
docs/docs/en/guide/parameter/context.md | 4 +
docs/docs/zh/guide/parameter/context.md | 10 +-
.../api/service/impl/ExecutorServiceImpl.java | 2 +-
.../dao/mapper/WorkFlowLineageMapper.xml | 1 +
.../task/api/parameters/AbstractParameters.java | 2 +-
dolphinscheduler-ui/src/common/common.ts | 124 ++++++++++++++++++++-
dolphinscheduler-ui/src/common/types.ts | 25 +++++
dolphinscheduler-ui/src/locales/en_US/project.ts | 4 +-
dolphinscheduler-ui/src/locales/zh_CN/project.ts | 4 +-
.../components/process-instance-condition.tsx | 4 +-
10 files changed, 170 insertions(+), 10 deletions(-)