Click or drag to resize

PFTaskTaskStatus Property

Change status of this task.

Task is enacted (and saved) if the change of status is authorized by standard Task workflow.

If changed to "Finished", workflow outbound transition is set and parent workflow item is enacted too.

This does not mean that workflow item will move, BUT workflow item will be saved anyway.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFTaskStatus TaskStatus { get; set; }

Property Value

Type: PFTaskStatus
See Also