Why does the transaction text in the Revit API in the c# node not show in the "undo" in Revit

Why does the transaction text in the Revit API in the c# node not show in the “undo” in Revit
it shows “grasshopper…” instead
Am I doing something wrong?
How should a transaction behave?
see image

Thanks!

Grasshopper solver nests all the transactions started by the components into a TransactionGroup called “Grasshopper bla, bla bla” in order to allow the user Undo all changes as one big one.
In other words this allows the user undo the full solution just pressing one time CTRL+Z.

1 Like

ok that makes sense