Click or drag to resize
HumanTaskNodePayload Property
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.

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#
public IEnumerable<PayloadElementDefinition> Payload { get; }

Property Value

Type: IEnumerablePayloadElementDefinition
See Also