Click or drag to resize
ActivityResourceCreateNextActivityPerformers Method

[Missing <summary> documentation for "M:Slickflow.Engine.Common.ActivityResource.CreateNextActivityPerformers(System.String,System.String,System.String)"]

Namespace: Slickflow.Engine.Common
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
internal static IDictionary<string, PerformerList> CreateNextActivityPerformers(
	string activityGUID,
	string userID,
	string userName
)

Parameters

activityGUID
Type: SystemString
userID
Type: SystemString
userName
Type: SystemString

Return Value

Type: IDictionaryString, PerformerList
See Also