When I run the Dispatcher the below error gets and it is logged out from the Work items Page.
@ramkrishna2k3 - Can you please check your argument passed to workflow. This error is occurred due to mismatch in argument passed to workflow or the type of argument is different from which you used
I think the argument is perfect. In Process Transaction Workflow
Kindly check with the arguments and the direction been passed like IN, OUT, IN/OUT mentioned properly in the arguments of the workflow where this error occurs,
–Make sure that all the arguments with IN direction to the workflow is provided with a value or a variable
–Check with the arguments which are used in the workflow as input to the workflow and that argument must be in IN direction type
Cheers @ramkrishna2k3
@ramkrishna2k3 - Can you recheck that TranscationItem variable.
Fine
Kindly have a view on this link that could help you for sure
Cheers @ramkrishna2k3
Just reinvoked the Process xaml and rearranged the argument. Now the error is clear, but again strange issue like the next page is not getting clicked. It is clicking on the first page
Is the click is made on the next button ( > ) with the simulate click property been enabled in the click activity
If possible can i have a view on that activity a screenshot
Cheers @ramkrishna2k3
Fine
Kindly dont select the numbers and mention them in selector
Rather we can click on the next button which is there in the last, that would go to the next page in sequence without any exception
Cheers @ramkrishna2k3