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
| Field | Required | Description |
|---|
| Name | Optional | Name of the component. |
| Description | Optional | Description of the component. |
| ASQ Connection | Optional | The Azure Storage Queue connection resource to read through. |
| Queue Name | Optional | The queue to receive from. |
| Max Messages | Optional | The maximum number of messages to receive. |
| Field | Required | Description |
|---|
| Inputs | Optional | Values available to the receiver. |
Output
| Field | Required | Description |
|---|
| Output | Optional | The received message. |
Workflow Context
| Field | Required | Description |
|---|
| Workflow Variables | Optional | Variables published into the workflow context for the run this message starts. |