JinyLeeChina edited a comment on issue #6772: URL: https://github.com/apache/dolphinscheduler/issues/6772#issuecomment-969828971
status | num | Interface | Interface method | Operate | Function description -- | -- | -- | -- | -- | -- - [ ] | 1 | ProcessDefinition | createEmptyProcessDefinition | new | Create offline empty workflow and schedule at the same time. When schedulejson is empty, only empty work will be created - [ ] | 2 | ProcessDefinition | updateProcessDefinitionBasicInfo | new | Modify the basic information of workflow and schedule. When schedulejson is empty, only the basic information of workflow can be modified, or the online status can be specified. An empty workflow is not allowed to go online - [ ] | 3 | ProcessDefinition | releaseWorkflowAndSchedule | new | At the same time, online and offline workflows and scheduled workflows are not allowed. Empty workflows are not allowed to go online - [ ] | 4 | ProcessDefinition | deleteWorkflowAndSchedule | new | Workflow and timing can be deleted at the same time. Only offline workflow and timing can be deleted - [ ] | 5 | ProcessDefinition | deleteProcessDefinitionVersion | new | The workflow of the main table version is not allowed to be deleted. - [ ] | 6 | TaskDefinition | releaseTaskDefinition | new | The online and offline tasks correspond to the flag field. When online, there is a resource dependency to judge whether the resource is available. - [ ] | 7 | TaskDefinition | deleteTaskDefinitionVersion | update | The task of master table version cannot be deleted - [ ] | 8 | ProcessTaskRelation | createProcessTaskRelation | new | Adding tasks to workflow, adding upstream dependencies, and adding downstream dependencies - [ ] | 9 | ProcessTaskRelation | moveTaskProcessRelation | new | The task switches the workflow, and judges that the dependency and subprocess cannot be added to their own workflow - [ ] | 10 | ProcessTaskRelation | deleteTaskProcessRelation | new | Tasks are removed from the workflow and deleted directly when tasks are dependence, subProcess and conditions. - [ ] | 11 | ProcessTaskRelation | deleteUpstreamRelation | new | Task delete upstream dependency - [ ] | 12 | ProcessTaskRelation | deleteDownstreamRelation | new | Task delete downstream dependency - [ ] | 13 | ProcessTaskRelation | queryUpstreamRelation | new | Task query upstream dependency - [ ] | 14 | ProcessTaskRelation | queryDownstreamRelation | new | Task query downstream dependency - [ ] | 15 | Schedule | updateScheduleByProcessDefinitionCode | new | Modify schedule according to workflow code - [ ] | 16 | Schedule | online | update | Empty workflow is not allowed to go online. -- 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]
