Click or drag to resize
WorkflowServiceWithdrawProcess Method (IDbConnection, WfAppRunner, IDbTransaction)
撤销流程

Namespace: Slickflow.Engine.Service
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
public WfExecutedResult WithdrawProcess(
	IDbConnection conn,
	WfAppRunner withdrawer,
	IDbTransaction trans
)

Parameters

conn
Type: System.DataIDbConnection
连接
withdrawer
Type: Slickflow.Engine.CommonWfAppRunner
撤销人
trans
Type: System.DataIDbTransaction
事务

Return Value

Type: WfExecutedResult
撤销结果

Implements

IWorkflowServiceWithdrawProcess(IDbConnection, WfAppRunner, IDbTransaction)
See Also