Click or drag to resize
WfRuntimeManagerFactoryCreateRuntimeInstanceWithdrawByCase Method
根据不同撤销场景创建运行时管理器

Namespace: Slickflow.Engine.Core
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
private static WfRuntimeManager CreateRuntimeInstanceWithdrawByCase(
	List<ActivityInstanceEntity> runningActivityInstanceList,
	WithdrawOperationTypeEnum withdrawOperation,
	WfAppRunner runner,
	ref WfExecutedResult result
)

Parameters

runningActivityInstanceList
Type: System.Collections.GenericListActivityInstanceEntity
运行节点列表
withdrawOperation
Type: Slickflow.Engine.CommonWithdrawOperationTypeEnum
撤销类型
runner
Type: Slickflow.Engine.CommonWfAppRunner
执行者
result
Type: Slickflow.Engine.Core.ResultWfExecutedResult
结果对象

Return Value

Type: WfRuntimeManager
运行时管理器
See Also