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

Parameters

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

Return Value

Type: IListNodeView

Implements

IWorkflowServiceGetNextActivityTree(Int32, IDictionaryString, String)
See Also