SbloodyS commented on issue #9029: URL: https://github.com/apache/dolphinscheduler/issues/9029#issuecomment-1073680399
> > > > In this case, If a process definition or its task definition dependented/subprocessed by other process or task. Should it able to delete or not? > > > > > > > > > I think if a process definition was offline, although it was dependented by other process, like dependent task or switch task, it will also take no effect.It is up to user, but it's better to give a tips, such as double confirm before delete. > > > > > > Do you mean that promt the user which tasks depend on the current task when deleting process definition? > > yes This require the front-end modify the deletion logic. First, request the dependency check interface. If no dependency is returned, then request to delete the existing interface. If not, promt user which tasks depend on the current task and let user to chose action. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
