ProcessInstanceManagerReverse Method |
返签流程,将流程状态置为返签,并修改流程未完成标志
Namespace: Slickflow.Engine.Business.ManagerAssembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntaxinternal void Reverse(
int processInstanceID,
WfAppRunner currentUser,
IDbSession session
)
Parameters
- processInstanceID
- Type: SystemInt32
- currentUser
- Type: Slickflow.Engine.CommonWfAppRunner
- session
- Type: IDbSession
See Also