Click or drag to resize
WorkflowServiceGetNextActivity Method (Int32, 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(
	int taskID,
	IDictionary<string, string> condition = null
)

Parameters

taskID
Type: SystemInt32
任务ID
condition (Optional)
Type: System.Collections.GenericIDictionaryString, String
条件

Return Value

Type: NodeView
获取下一步节点

Implements

IWorkflowServiceGetNextActivity(Int32, IDictionaryString, String)
See Also