Click or drag to resize
IReceiverIdentity Interface
This identifies matching criteria for every ReceiverNode

Namespace: FlexRule.Flows.Workflows.Model
Assembly: FlexRule.Flows.Workflow (in FlexRule.Flows.Workflow.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public interface IReceiverIdentity

The IReceiverIdentity type exposes the following members.

Properties
  NameDescription
Public propertyCategory
Allows categorizing multiple of IReceiverIdentity by a name.
Public propertyName
Name of the receiver node
Public propertyOutcomes
Outcome of a receiver task i.e. HumanTask
Public propertyTitle
Title of the receiver task
Top
See Also