Click or drag to resize
ProcessModelGetNextActivityList Method (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 NextActivityMatchedResult GetNextActivityList(
	string currentActivityGUID,
	IDictionary<string, string> conditionKeyValuePair = null
)

Parameters

currentActivityGUID
Type: SystemString
conditionKeyValuePair (Optional)
Type: System.Collections.GenericIDictionaryString, String

Return Value

Type: NextActivityMatchedResult

Implements

IProcessModelGetNextActivityList(String, IDictionaryString, String)
See Also