Hi, I am working on assignment 1 in UiPath advanced tranining.
Upto getTransactionData workflow everything is working fine, there are elements in WIList also (which are transactions of type “WI5” and status “Open”)
getTransactionData workflow is executed again and again in infinite loop, not getting where is mistake.
@mohininemade301094 In Success Transistion from Process state to Get Transaction, In action part increase TransactionNumber variable by 1 using assign activity.
i tried printing there, but its not printing because some system error is occured in setTransactionStatus for retry: 0 object ref not set…
looking into that , any idea for that ?
Hi, I’ve had the same error as you and after I’ve worked hard at it for the last four days I’ve found a solution to this.
After the Process Transaction, the framework need sum the transaction number, but I think the framework is not doing that. So in the Success of transaction, I made a manual sum of the Transaction number with an assign activitie, like that…