| HumanTaskNode Class |
Namespace: FlexRule.Flows.Workflows.Model.Nodes
[SerializableAttribute] public class HumanTaskNode : ReceiverNode, IListenerNode, ITransitionBuilder, IReceiverInfo, IReceiverIdentity
The HumanTaskNode type exposes the following members.
| Name | Description | |
|---|---|---|
| HumanTaskNode |
| Name | Description | |
|---|---|---|
| ActivatorRegistry | (Inherited from ActiveElement.) | |
| Category | (Inherited from ReceiverNode.) | |
| Childs | (Inherited from ActiveElement.) | |
| Description | (Inherited from ReceiverNode.) | |
| DisplayName | (Inherited from ReceiverNode.) | |
| From | (Inherited from WorkflowNode.) | |
| ID | (Inherited from Node.) | |
| IgnoreIncomingSignal | (Inherited from ReceiverNode.) | |
| Incomings | (Inherited from Node.) | |
| InnerIncomingTransitions |
List of incoming transitions
(Inherited from Node.) | |
| InnerOutgoingTransitions |
List of outgoing transitions
(Inherited from Node.) | |
| Model | (Inherited from ActiveElement.) | |
| Name |
Name of node
(Inherited from Node.) | |
| Navigator | (Inherited from ActiveElement.) | |
| Outcomes |
List of task outcomes
| |
| Outgoings | (Inherited from Node.) | |
| Owner |
Defines the owner of task
| |
| Parent |
Parent of the node
(Inherited from Node.) | |
| Participants |
Participants of the task, will check will receive a [!:IWorkItem] in their WorkItem application.
| |
| Payload |
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.
| |
| Priority |
A number between 1 to 9. Default priority is 5
| |
| RaiseEvent |
True if events want to be handled otherwise false
(Inherited from Node.) | |
| Timeout |
The task will be expired after sometime automatically. After task is expired, no workitem can be proceed.
| |
| Title | (Inherited from ReceiverNode.) | |
| To | (Inherited from ReceiverNode.) |
| Name | Description | |
|---|---|---|
| ActivateElement |
Creates active element for the provided model
(Inherited from ActiveElement.) | |
| ActivateInnerElements |
Activates all the child elements of the provided node
(Inherited from ActiveElement.) | |
| AddExceptionCommand |
During activation commands listed as exception will not be activated
(Inherited from ActiveElement.) | |
| AddIncomingTransition | (Inherited from ReceiverNode.) | |
| AddOutgoingTransition | (Inherited from ReceiverNode.) | |
| CollectFactoryArguments | (Inherited from ActiveElement.) | |
| CreateActiveElement(IElementModel) |
Creates active element using provided model as the source and the parent is the current ActiveElement
(Inherited from ActiveElement.) | |
| CreateActiveElement(ActiveElement, IElementModel) |
Creates active element using element as source and provided parent
(Inherited from ActiveElement.) | |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetEnumerator | (Inherited from ActiveElement.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetReceivers | ||
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| HasActiveElement |
Check if there is a child active element of a specific type
(Inherited from ActiveElement.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString |
Returns the type and name of the node
(Inherited from Node.) | |
| Validate | (Overrides NodeValidate.) |
| Name | Description | |
|---|---|---|
| CreateTaskInfo | (Defined by HumanTaskInfoExtensions.) | |
| FillDictionaryByParameters | (Defined by ActiveElementUtility.) | |
| FindFirstActiveElement |
Finds the first active element child that has the provided command name
(Defined by ActiveElementUtility.) | |
| GetFormattedStringtValue | (Defined by ActiveElementUtility.) | |
| GetValueOfAttributeOrRef(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.) | |
| GetValueOfAttributeOrRef(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.) | |
| GetValueOfAttributeOrRef(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.) | |
| GetValueOfAttributeOrVariable |
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.) | |
| HasActiveElement |
Check if there is a child active element of a specific type
(Defined by ActiveElementUtility.) |