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 257380467e [Fix][UI Next][V1.0.0-Beta] Set the timout label to not
show. (#9710)
add ebc4253d50 [fix][Service] BusinessTime should format with schedule
timezone (#9714)
No new revisions were added by this update.
Summary of changes:
.../service/impl/ProcessInstanceServiceImpl.java | 27 +++++++++++++++++----
.../api/service/ProcessInstanceServiceTest.java | 5 ++++
.../apache/dolphinscheduler/common/Constants.java | 5 ++++
.../common/utils/ParameterUtils.java | 4 ++--
.../utils/placeholder/BusinessTimeUtils.java | 8 +++----
.../common/utils/ParameterUtilsTest.java | 16 ++++++-------
.../master/runner/WorkflowExecuteThread.java | 2 +-
.../dolphinscheduler/server/master/ParamsTest.java | 4 ++--
.../service/process/ProcessServiceImpl.java | 28 ++++++++++++++++++----
.../service/process/ProcessServiceTest.java | 4 ++++
10 files changed, 78 insertions(+), 25 deletions(-)