Diff in REFramework with & Without Queue

Good evening Devjyoti,

  1. Correct
  2. This one depends on your goal. When I do projects that have an Excel file as the source of queue items, I always keep the Success/Exception workflows because I want those values written back to the Excel file to act a final status report.

When not using the Orchestrator, you will need to change the type of the variable TransactionItem and of all the arguments from QueueItem to System.Data.DataRow. This includes all the workflows it is being passed into.

This user did a phenomenal job listing some of the actions you need to take when using non-Orchestrator as the source:

12 Likes