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

Defines the signature for a component that acts as a repository for TaskDB

Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 7.19.2
Syntax
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