Click or drag to resize
HumanTaskNode Class
Defines a task
Inheritance Hierarchy

Namespace: FlexRule.Flows.Workflows.Model.Nodes
Assembly: FlexRule.Flows.Workflow (in FlexRule.Flows.Workflow.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
[SerializableAttribute]
public class HumanTaskNode : ReceiverNode, 
	IListenerNode, ITransitionBuilder, IReceiverInfo, IReceiverIdentity

The HumanTaskNode type exposes the following members.

Constructors
  NameDescription
Public methodHumanTaskNode
Top
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
Methods
  NameDescription
Protected methodActivateElement
Creates active element for the provided model
(Inherited from ActiveElement.)
Protected methodActivateInnerElements
Activates all the child elements of the provided node
(Inherited from ActiveElement.)
Protected methodAddExceptionCommand
During activation commands listed as exception will not be activated
(Inherited from ActiveElement.)
Protected methodAddIncomingTransition (Inherited from ReceiverNode.)
Protected methodAddOutgoingTransition (Inherited from ReceiverNode.)
Protected methodCollectFactoryArguments (Inherited from ActiveElement.)
Protected methodCreateActiveElement(IElementModel)
Creates active element using provided model as the source and the parent is the current ActiveElement
(Inherited from ActiveElement.)
Protected methodCreateActiveElement(ActiveElement, IElementModel)
Creates active element using element as source and provided parent
(Inherited from ActiveElement.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from ActiveElement.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetReceivers
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodHasActiveElement
Check if there is a child active element of a specific type
(Inherited from ActiveElement.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns the type and name of the node
(Inherited from Node.)
Protected methodValidate (Overrides NodeValidate.)
Top
Extension Methods
  NameDescription
Public Extension MethodCreateTaskInfo (Defined by HumanTaskInfoExtensions.)
Public Extension MethodFillDictionaryByParameters (Defined by ActiveElementUtility.)
Public Extension MethodFindFirstActiveElement
Finds the first active element child that has the provided command name
(Defined by ActiveElementUtility.)
Public Extension MethodGetFormattedStringtValue (Defined by ActiveElementUtility.)
Public Extension MethodGetValueOfAttributeOrRef(String, IElementModelParameterCollection, IVariableContainer)Overloaded.
Get the value from model`s parameters. If that value is a name of variable if the provided container it resolve the result with the container. Also it checks the container for '-ref' post fix of the attribute name.
(Defined by ActiveElementUtility.)
Public Extension MethodGetValueOfAttributeOrRef(String, IElementModelParameterCollection, IVariableContainer, Boolean, Boolean)Overloaded.
Get the value from model`s parameters. If that value is a name of variable if the provided container it resolve the result with the container. Also it checks the container for '-ref' post fix of the attribute name.
(Defined by ActiveElementUtility.)
Public Extension MethodGetValueOfAttributeOrRef(String, String, IElementModelParameterCollection, IVariableContainer, Boolean, Boolean)Overloaded.
Get the value from model`s parameters. If that value is a name of variable if the provided container it resolve the result with the container. Also it checks the container for '-ref' post fix of the attribute name.
(Defined by ActiveElementUtility.)
Public Extension MethodGetValueOfAttributeOrVariable
Get the value from model`s parameters. If that value is a name of variable if the provided container it resolve the result with the container.
(Defined by ActiveElementUtility.)
Public Extension MethodHasActiveElement
Check if there is a child active element of a specific type
(Defined by ActiveElementUtility.)
Top
See Also