Click or drag to resize
HumanTaskNode Properties

The HumanTaskNode type exposes the following members.

Properties
  NameDescription
Protected propertyActivatorRegistry (Inherited from ActiveElement.)
Public propertyCategory (Inherited from ReceiverNode.)
Public propertyChilds (Inherited from ActiveElement.)
Public propertyDescription (Inherited from ReceiverNode.)
Public propertyDisplayName (Inherited from ReceiverNode.)
Public propertyFrom (Inherited from WorkflowNode.)
Public propertyID (Inherited from Node.)
Protected propertyIgnoreIncomingSignal (Inherited from ReceiverNode.)
Public propertyIncomings (Inherited from Node.)
Protected propertyInnerIncomingTransitions
List of incoming transitions
(Inherited from Node.)
Protected propertyInnerOutgoingTransitions
List of outgoing transitions
(Inherited from Node.)
Public propertyModel (Inherited from ActiveElement.)
Public propertyName
Name of node
(Inherited from Node.)
Public propertyNavigator (Inherited from ActiveElement.)
Public propertyOutcomes
List of task outcomes
Public propertyOutgoings (Inherited from Node.)
Public propertyOwner
Defines the owner of task
Public propertyParent
Parent of the node
(Inherited from Node.)
Public propertyParticipants
Participants of the task, will check will receive a [!:IWorkItem] in their WorkItem application.
Public propertyPayload
Defines the data inside a task. This is the list of expressions to be evaluated against the current context of flow to be stored with the Task Manager as part of the WorkItem associated with a task.
Public propertyPriority
A number between 1 to 9. Default priority is 5
Public propertyRaiseEvent
True if events want to be handled otherwise false
(Inherited from Node.)
Public propertyTimeout
The task will be expired after sometime automatically. After task is expired, no workitem can be proceed.
Public propertyTitle (Inherited from ReceiverNode.)
Public propertyTo (Inherited from ReceiverNode.)
Top
See Also