Click or drag to resize
ProcessModelGetNextActivityTree Method (Int32, String, IDictionaryString, String)
获取下一步活动节点树,供流转界面使用

Namespace: Slickflow.Engine.Xpdl
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
public IList<NodeView> GetNextActivityTree(
	int processInstanceID,
	string currentActivityGUID,
	IDictionary<string, string> condition
)

Parameters

processInstanceID
Type: SystemInt32
currentActivityGUID
Type: SystemString
condition
Type: System.Collections.GenericIDictionaryString, String

Return Value

Type: IListNodeView

Implements

IProcessModelGetNextActivityTree(Int32, String, IDictionaryString, String)
See Also