Click or drag to resize
ProcessInstanceManagerReverse Method
返签流程,将流程状态置为返签,并修改流程未完成标志

Namespace: Slickflow.Engine.Business.Manager
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
internal void Reverse(
	int processInstanceID,
	WfAppRunner currentUser,
	IDbSession session
)

Parameters

processInstanceID
Type: SystemInt32
currentUser
Type: Slickflow.Engine.CommonWfAppRunner
session
Type: IDbSession
See Also