Click or drag to resize
WorkflowServiceGetNextActivityRoleUserTree Method
根据应用获取流程下一步节点列表,包含角色用户

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> GetNextActivityRoleUserTree(
	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

IWorkflowServiceGetNextActivityRoleUserTree(WfAppRunner, IDictionaryString, String)
See Also