接口 TodoTaskService
-
- 所有已知实现类:
TodoTaskServiceImpl
public interface TodoTaskService- 作者:
- qinman, zhangchongjie
- Date:
- 2022/12/30
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voiddeleteTodo(org.flowable.task.service.delegate.DelegateTask taskEntityHti, Map<String,Object> variables)Description:voiddeleteTodoByProcessInstanceId(org.flowable.common.engine.api.delegate.event.FlowableEvent event, Map<String,Object> variables)Description:voidsaveTodoTask(org.flowable.task.service.delegate.DelegateTask task, Map<String,Object> variables)Description:
-
-
-
方法详细资料
-
deleteTodo
void deleteTodo(org.flowable.task.service.delegate.DelegateTask taskEntityHti, Map<String,Object> variables)Description:- 参数:
taskEntityHti- 历史任务实体variables- 变量
-
deleteTodoByProcessInstanceId
void deleteTodoByProcessInstanceId(org.flowable.common.engine.api.delegate.event.FlowableEvent event, Map<String,Object> variables)Description:- 参数:
event- 事件variables- 变量
-
-