public interface ITaskProcessor
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
action(TaskAction taskAction) |
String |
getType() |
void |
init(org.apache.dolphinscheduler.dao.entity.TaskInstance taskInstance,
org.apache.dolphinscheduler.dao.entity.ProcessInstance processInstance) |
org.apache.dolphinscheduler.dao.entity.TaskInstance |
taskInstance() |
void init(org.apache.dolphinscheduler.dao.entity.TaskInstance taskInstance,
org.apache.dolphinscheduler.dao.entity.ProcessInstance processInstance)
boolean action(TaskAction taskAction)
String getType()
org.apache.dolphinscheduler.dao.entity.TaskInstance taskInstance()
Copyright © 2022 The Apache Software Foundation. All rights reserved.