Click or drag to resize

PFTaskActorType Property

Gets the type of actor owning this task. Currently only concerns normal actors, but will be used later to identify non-human actors and actors not impacting the decision of a workflow.

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

Property Value

Type: String
See Also