Click or drag to resize
CurrentRunningNodeMapInstance 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 CurrentRunningNodeMap Instance(
	ActivityInstanceEntity runningNode,
	bool isMine,
	ActivityInstanceEntity previousActivityInstance,
	IList<NodeView> nextActivityTree
)

Parameters

runningNode
Type: Slickflow.Engine.Business.EntityActivityInstanceEntity
isMine
Type: SystemBoolean
previousActivityInstance
Type: Slickflow.Engine.Business.EntityActivityInstanceEntity
nextActivityTree
Type: System.Collections.GenericIListNodeView

Return Value

Type: CurrentRunningNodeMap
See Also