Click or drag to resize
WorkflowServiceGetNextActivity Method (String, String, String, IDictionaryString, String)
获取当前节点的下一个节点信息[mamingbo 2014/11/25 16:47:00]

Namespace: Slickflow.Engine.Service
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
public IList<NodeView> GetNextActivity(
	string processGUID,
	string version,
	string activityGUID,
	IDictionary<string, string> condition
)

Parameters

processGUID
Type: SystemString
流程定义GUID
version
Type: SystemString
版本
activityGUID
Type: SystemString
活动定义GUID
condition
Type: System.Collections.GenericIDictionaryString, String
条件

Return Value

Type: IListNodeView
节点视图

Implements

IWorkflowServiceGetNextActivity(String, String, String, IDictionaryString, String)
See Also