Click or drag to resize
IWorkflowServiceGetNextActivityRoleUserTree Method

[Missing <summary> documentation for "M:Slickflow.Engine.Service.IWorkflowService.GetNextActivityRoleUserTree(Slickflow.Engine.Common.WfAppRunner,System.Collections.Generic.IDictionary{System.String,System.String})"]

Namespace: Slickflow.Engine.Service
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
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
See Also