Setting the transaction item status
In this section, for every transaction item read and processed, you will set the status to Successful or Failed:
- For the
True
branch of theFlow Decision
activity from theInvoke Enter_Invoice_Particulars workflow
activity, you will set the transaction item's Status to Successful. - For the
False
branch of the remainingFlow Decision
activity, you will set the transaction item's Status to Failed.
So, let's set the status of the transaction item:
- Drag and drop the
Set Transaction Status
activity that connects theTrue
branch:
- Edit the properties of the
Set Transaction Status
, as follows:- Set Status to Successful.
- Pass the
transactionItem
variable into the TransactionItem text field. - For this process, queues were created in the folder named
Packt
inside the Orchestrator workflow. Hence, you will type"Packt"
into the Folder...