Click or drag to resize
WorkflowServiceGetNextActivityTree 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 IList<NodeView> GetNextActivityTree(
	WfAppRunner runner,
	IDictionary<string, string> condition = null
)

Parameters

runner
Type: Slickflow.Engine.CommonWfAppRunner
应用执行人
condition (Optional)
Type: System.Collections.GenericIDictionaryString, String
条件

Return Value

Type: IListNodeView
节点列表

Implements

IWorkflowServiceGetNextActivityTree(WfAppRunner, IDictionaryString, String)
See Also