Click or drag to resize
IReceiverSignal Interface
Resume(IReceiverSignal) can accept this type of input signal

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 IReceiverSignal

The IReceiverSignal type exposes the following members.

Properties
  NameDescription
Public propertyCategory
Public propertyNodeName
Node's name of signal that is used in Match(IActiveElementExecutionContext, IReceiverIdentity)
Public propertyOutcome
Outcome of signal that is used in Match(IActiveElementExecutionContext, IReceiverIdentity). When null, the default outcome of task is selected.
Public propertyTitle
Top
Methods
  NameDescription
Public methodMatch
If identity of a receiver matches then it can process the incoming message
Top
See Also