Package net.risesoft.service
Interface ProcessInstanceDetailsService
-
- All Known Implementing Classes:
ProcessInstanceDetailsServiceImpl
public interface ProcessInstanceDetailsService- Author:
- qinman, zhangchongjie
- Date:
- 2022/12/30
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsaveProcessInstanceDetails(org.flowable.task.service.delegate.DelegateTask taskEntity, Map<String,Object> variables)Description:voidupdateProcessInstanceDetails(org.flowable.task.service.delegate.DelegateTask taskEntity, Map<String,Object> variables)Description:
-