public class SimpleCreateTaskHandler extends Object implements CreateTaskHandler
| 构造器和说明 |
|---|
SimpleCreateTaskHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SimpleCreateTaskHandler |
getInstance() |
boolean |
handle(FlowContext flowLongContext,
Execution execution,
NodeModel nodeModel)
根据任务模型、执行对象,创建下一个任务,并添加到execution对象的tasks集合中
|
public static SimpleCreateTaskHandler getInstance()
public boolean handle(FlowContext flowLongContext, Execution execution, NodeModel nodeModel)
handle 在接口中 CreateTaskHandlerflowLongContext - 流程引擎上下文execution - 执行对象nodeModel - 节点模型Copyright © 2025. All rights reserved.