A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

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