| 程序包 | 说明 |
|---|---|
| cn.ponfee.disjob.core.base | |
| cn.ponfee.disjob.core.handle.execution | |
| cn.ponfee.disjob.core.model |
| 限定符和类型 | 方法和说明 |
|---|---|
SchedTask |
SupervisorRpcService.getTask(long taskId) |
| 限定符和类型 | 方法和说明 |
|---|---|
static ExecutingTask |
ExecutingTask.of(Long jobId,
Long wnstanceId,
SchedTask task,
List<WorkflowPredecessorNode> workflowPredecessorNodes) |
ExecutedTask |
ExecutionTaskConverterImpl.toExecutedTask(SchedTask task) |
ExecutedTask |
ExecutionTaskConverter.toExecutedTask(SchedTask task) |
ExecutingTask |
ExecutionTaskConverterImpl.toExecutingTask(SchedTask task) |
ExecutingTask |
ExecutionTaskConverter.toExecutingTask(SchedTask task) |
| 限定符和类型 | 方法和说明 |
|---|---|
static List<ExecutedTask> |
ExecutedTask.convert(List<SchedTask> tasks) |
static WorkflowPredecessorNode |
WorkflowPredecessorNode.of(SchedWorkflow workflow,
List<SchedTask> tasks) |
| 限定符和类型 | 方法和说明 |
|---|---|
static SchedTask |
SchedTask.create(String taskParam,
long taskId,
long instanceId,
int taskNo,
int taskCount,
Date createTime,
String worker)
Creates sched tasks
|
Copyright © 2023. All rights reserved.