I have implemented Dispatcher and Performer activities for Level 3 Assignment. Dispatcher is working very well but on Performer have the following issue:
while even transactions (2, 4, 6, 8 etc) are running all process becoming very slow and while System1_CreateYearlyReport is executed I am receiving error when save as activity is reached (issue with selector.
I have no clue why is that.
Please advise what to do in order to fix the issue
I started to run main activity. First transaction item was finished fast but second transaction item is very very slow, since UploadYearlyReport is ended all processes after that are running slowly and after the error is thrown it goes from the beginning and that item transaction run fast as the first
Hello Hareesh, i checked dynamic selectors before save action, I did some minor changes inside the selectors but I got the same error. It is very strange that this behavior is occured on the even transactions item. On the first transaction item everything going well but on the second item that issue with selector occurring.