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

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(
	WfAppRunner runner
)

Parameters

runner
Type: Slickflow.Engine.CommonWfAppRunner
撤销人

Return Value

Type: WfExecutedResult
撤销结果

Implements

IWorkflowServiceWithdrawProcess(WfAppRunner)
See Also