You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by wa...@apache.org on 2022/01/04 02:51:31 UTC

[dolphinscheduler] branch dev updated (70ab2b8 -> c971708)

This is an automated email from the ASF dual-hosted git repository.

wangyizhi pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git.


    from 70ab2b8  fix bug_7499 (#7739)
     add c971708  add task save and  binds workflow (#7772)

No new revisions were added by this update.

Summary of changes:
 .../api/controller/TaskDefinitionController.java   | 30 +++++++
 .../api/service/TaskDefinitionService.java         | 16 ++++
 .../service/impl/TaskDefinitionServiceImpl.java    | 94 +++++++++++++++++++++-
 .../dao/mapper/TaskDefinitionMapper.java           |  9 +++
 .../dao/mapper/TaskDefinitionMapper.xml            | 12 +++
 5 files changed, 158 insertions(+), 3 deletions(-)