Based on what I’ve understood you can just have a simple If activity with the following condition,
If String.IsNullOrEmpty(in_TransactionItem.SpecificContent(“Status”).ToString)
Then Assign “Closed” in_TransactionItem.SpecificContent(“Status”)
I have to update status column from each Transaction item
some time it will update closed, some time it will exception details i have to update in their status.
Please find below screenshot if your transaction item successfull you can add in success sequence in set transaction status likewise if any bussiness exception you can update the status column