Processing the queue
In this section, you will read transaction items from the queue and enter them into the Order Entry CRM web page.
Let's start by building the workflow:
- Create a new
Flowchart
workflow with the name ofRead_From_Queue
. - Next, drag and drop a
Sequence
activity, rename it toFetch transaction item
, and set it as the start node:
- Inside the
Fetch transaction item
sequence, drag and drop theTry Catch
activity. - Inside the Try block of the
Try Catch
activity, drag and drop theGet Transaction Item
activity:
- Click on the Properties panel of the Get Transaction Item activity and pass in the following properties:
- QueueName =
"HenryFoodMartInvoice"
- Folder Path =
"Packt"
- QueueName =
In this case, the queue in Orchestrator is present in the...