Try our conversational search powered by Generative AI!

Interface IWorkflowTaskRepository

Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
[Obsolete("The old workflow system have been removed as of CMS 9")]
public interface IWorkflowTaskRepository

Methods

List(IPrincipal)

Lists all tasks that related to the specified user name.

Declaration
IEnumerable<Task> List(IPrincipal user)
Parameters
Type Name Description
System.Security.Principal.IPrincipal user

Name of the user.

Returns
Type Description
System.Collections.Generic.IEnumerable<Task>

Collection of Task object

Extension Methods