I am trying to change the “TransactionItem” type to String. After I changed I have encountered these errors in the “SetTransactionStatus” workflow. When I tried to analyze the error, I found that (“String cannot be converted to QueueItem”).Anyone pls help me to resolve this error.
Please see that in_TransactionItem Argument/Varibale should of type “String” while building Dispatcher workflow and should be QueueItem while building Performer workflow in assignment 2.
Ok. But I have kept String Type only in Dispatcher WorkFlow it Shows compiler error in “Set Transaction Status” Activity as shown in the above Screenshot.
Click on the activity and press Ctrl+D it will be disabled when you run the project that would not interrupt your usual workflow because it is not needed in Dispatcher workflow
Hi PrankurJoshi,
I have commented “Set queryRetry”, "Set transaction status " and “Assign RetryNumber from Queue” activity then also i am getting the same error.
Here is the attached screenshot.