类的使用
cn.feiliu.taskflow.common.metadata.tasks.ExecutingTask
-
-
cn.feiliu.taskflow.common.metadata.tasks中ExecutingTask的使用
返回ExecutingTask的cn.feiliu.taskflow.common.metadata.tasks中的方法 修饰符和类型 方法 说明 ExecutingTaskExecutingTask. copy()ExecutingTaskExecutingTask. deepCopy()参数类型为ExecutingTask的cn.feiliu.taskflow.common.metadata.tasks中的构造器 构造器 说明 TaskExecResult(ExecutingTask task) -
cn.feiliu.taskflow.common.run中ExecutingTask的使用
返回ExecutingTask的cn.feiliu.taskflow.common.run中的方法 修饰符和类型 方法 说明 ExecutingTaskExecutingWorkflow. getTaskByRefName(String refName) -
cn.feiliu.taskflow.mapper中ExecutingTask的使用
返回ExecutingTask的cn.feiliu.taskflow.mapper中的方法 修饰符和类型 方法 说明 ExecutingTaskMapperFactory. fromProto(cn.feiliu.taskflow.proto.TaskModelPb.Task from)参数类型为ExecutingTask的cn.feiliu.taskflow.mapper中的方法 修饰符和类型 方法 说明 cn.feiliu.taskflow.proto.TaskModelPb.TaskMapperFactory. toProto(ExecutingTask from) -
cn.feiliu.taskflow.open.api中ExecutingTask的使用
返回ExecutingTask的cn.feiliu.taskflow.open.api中的方法 修饰符和类型 方法 说明 ExecutingTaskITaskService. getTaskDetails(String taskId)Retrieve information about the taskExecutingTaskITaskService. pollTask(String taskType, String workerId, String domain)Perform a poll for a task of a specific task type.返回变量类型为ExecutingTask的类型的cn.feiliu.taskflow.open.api中的方法 修饰符和类型 方法 说明 List<ExecutingTask>ITaskService. batchPollTasksByTaskType(String taskType, String workerId, int count, int timeoutInMillisecond)Perform a batch poll for tasks by task type.List<ExecutingTask>ITaskService. batchPollTasksInDomain(String taskType, String domain, String workerId, int count, int timeoutInMillisecond)Batch poll for tasks in a domain. -
cn.feiliu.taskflow.sdk.worker中ExecutingTask的使用
参数类型为ExecutingTask的cn.feiliu.taskflow.sdk.worker中的方法 修饰符和类型 方法 说明 TaskExecResultWorker. execute(ExecutingTask task)Executes a task and returns the updated task.default voidWorker. onErrorUpdate(ExecutingTask task)Called when the task coordinator fails to update the task to the server.类型变量类型为ExecutingTask的cn.feiliu.taskflow.sdk.worker中的方法参数 修饰符和类型 方法 说明 static WorkerWorker. create(String taskType, Function<ExecutingTask,TaskExecResult> executor) -
cn.feiliu.taskflow.sdk.workflow.executor.task中ExecutingTask的使用
返回ExecutingTask的cn.feiliu.taskflow.sdk.workflow.executor.task中的方法 修饰符和类型 方法 说明 ExecutingTaskTaskContext. getTask()参数类型为ExecutingTask的cn.feiliu.taskflow.sdk.workflow.executor.task中的方法 修饰符和类型 方法 说明 TaskExecResultAnnotatedWorker. execute(ExecutingTask task)TaskExecResultDynamicForkWorker. execute(ExecutingTask task)static TaskContextTaskContext. set(ExecutingTask task)参数类型为ExecutingTask的cn.feiliu.taskflow.sdk.workflow.executor.task中的构造器 构造器 说明 TaskContext(ExecutingTask task, TaskExecResult taskResult)
-