Click or drag to resize
CurrentRunningNodeMapComplexInstance Method
创建实例

Namespace: Slickflow.Engine.Common
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
public static CurrentRunningNodeMapComplex Instance(
	TaskViewEntity taskView,
	IList<ActivityInstanceEntity> previousActivityInstance,
	IList<NodeView> nextActivityTree
)

Parameters

taskView
Type: Slickflow.Engine.Business.EntityTaskViewEntity
previousActivityInstance
Type: System.Collections.GenericIListActivityInstanceEntity
nextActivityTree
Type: System.Collections.GenericIListNodeView

Return Value

Type: CurrentRunningNodeMapComplex
See Also