Click or drag to resize
WorkflowServiceGetNextActivity Method (WfAppRunner, IDictionaryString, String)
简单模式:根据应用获取流程下一步节点(不考虑有多个后续节点的情况)

Namespace: Slickflow.Engine.Service
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
public NodeView GetNextActivity(
	WfAppRunner runner,
	IDictionary<string, string> condition = null
)

Parameters

runner
Type: Slickflow.Engine.CommonWfAppRunner
运行者
condition (Optional)
Type: System.Collections.GenericIDictionaryString, String
条件

Return Value

Type: NodeView
节点视图

Implements

IWorkflowServiceGetNextActivity(WfAppRunner, IDictionaryString, String)
See Also