This is an automated email from the ASF dual-hosted git repository.
kirs pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git.
from 3304ede [Feature][Workflow relationship] Format time. (#7123)
add f480b8a [Feature-6930] [Python]Add workflow as code task type
sub_process (#7022)
No new revisions were added by this update.
Summary of changes:
.../src/pydolphinscheduler/constants.py | 1 +
.../src/pydolphinscheduler/exceptions.py | 4 ++
.../src/pydolphinscheduler/tasks/sub_process.py | 76 +++++++++++++++++++++
.../tasks/{test_shell.py => test_sub_process.py} | 49 +++++++++-----
.../server/PythonGatewayServer.java | 78 +++++++++++++++++-----
5 files changed, 175 insertions(+), 33 deletions(-)
create mode 100644
dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/tasks/sub_process.py
copy dolphinscheduler-python/pydolphinscheduler/tests/tasks/{test_shell.py =>
test_sub_process.py} (56%)