Skip to main content

Receive

Description

It generates and configures the receive activity that receives the messages. Refer to Office Documentation

Properties

Correlations

  • CorrelatesOn – It generates the Message Query Set used to query the message to extract correlation data. MessageQuerySet.

CorrelatesOn Definition

  • CorrelatesWith – It specifies the Correlation Handle used to manage the messaging activities.
  • CorrelationInitializers – It initializes various correlation handle objects that configure the receive activity.Refer to Microsoft Document

Correlation Initializers

Misc

  • Content – It specifies the message content that is to receive. content
  • DisplayName – Add a display name to your activity.
  • OperationName – Gets and sets name of the Operation.
  • Private – If selected, the values of variables and arguments supplied will never be logged.
  • ServiceContactName – It specifies the name of the service contract. Service contacts.

More Properties

  • Action – Specify the value of the action header of the message. Refer Microsoft Receive.Action
  • CanCreateInstance – It specifies a value that decides to create a new workflow to process the message if it does not correlate with the existing one. If checked, it creates a new workflow instance for processing messages.
  • KnownTypes – It specifies the collection's known data types.

Known Types

Protection Level

  • SerializerOption – It specifies the value of the serializer used for the Receiver activity.

serializer option

Example

Receive