After processing all transactions from queue workflow again starts processing last transaction

Hi,

I have issue that even after processing all transactions from queue workflow again starts processing last transaction in level 3 assignment 2 Performer process.

The workflow does not goto ‘No Transaction Data’ and End process.

The status of all transactions in queue in orchestrator are upadated as successful.

What is then issue?

Please help me in this

Thanks,
Supriya

Get Transaction Data XAML file will get the queue item only if available else transaction item will set to Nothing and then End Process will be triggered.

I guess your workflow is in infinite loop in the Process Transaction XAML.
So please check the process transaction workflow.

can you tell me is it triggering Get Transaction Data after last transaction?

Thanks for your reply.

Actually in my “Get Transaction Data” workflow i was passing all queue elements instead of only “new” transactions.

Now my issue is resolved.

Thanks,
Supriya

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.