| 限定符和类型 | 方法和说明 |
|---|---|
SchedTask |
SupervisorService.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
|
| 限定符和类型 | 方法和说明 |
|---|---|
SchedTaskResponse |
SchedJobConverterImpl.convert(SchedTask schedTask) |
SchedTaskResponse |
SchedJobConverter.convert(SchedTask schedTask) |
| 限定符和类型 | 方法和说明 |
|---|---|
static SchedInstanceResponse |
SchedInstanceResponse.of(SchedInstance instance,
List<SchedTask> tasks) |
Copyright © 2023. All rights reserved.