Click or drag to resize
WorkflowServiceGetFirstActivityRoleUserTree 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> GetFirstActivityRoleUserTree(
	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

IWorkflowServiceGetFirstActivityRoleUserTree(WfAppRunner, IDictionaryString, String)
See Also