Skip to main content

ASQ Message Receiver

ASQ Message Receiver is an event source. It reads messages from an Azure Storage Queue through an ASQ Connection resource and starts a workflow.

Receiving a message does not remove it from the queue. Add ASQ Delete Message once the work has succeeded.

The activity has four tabs: Configuration, Input, Output, and Workflow Context.

Configuration

FieldRequiredDescription
NameOptionalName of the component.
DescriptionOptionalDescription of the component.
ASQ ConnectionOptionalThe Azure Storage Queue connection resource to read through.
Queue NameOptionalThe queue to receive from.
Max MessagesOptionalThe maximum number of messages to receive.

Input

FieldRequiredDescription
InputsOptionalValues available to the receiver.

Output

FieldRequiredDescription
OutputOptionalThe received message.

Workflow Context

FieldRequiredDescription
Workflow VariablesOptionalVariables published into the workflow context for the run this message starts.