Click or drag to resize

PFItemWorkflow_GetCurrentTaskForUser Method

Gets the task of a given user in the current state instance, if found.

If multiple instance tasks are available for the user, active task (if any) is returned first.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFTask Workflow_GetCurrentTaskForUser(
	PFUser user
)

Parameters

user
Type: Packflow.CorePFUser

Return Value

Type: PFTask
See Also