Seems like these nodes are hard to find good information on since everything with Transaction pulls up Revit Transaction info.
i have a script that uses a Clockwork node and simply traces area lines to room boundaries or vice versa, then using Archi-labs Delete.Elements to clean up whichever the person is switching from/to. (Long story, don’t knock the horrid technique, it’s to fix a ongoing problem they’ve been doing for months!)
I have a Transaction.Start and Stop in place, but every other time I open and run the script it will fail. I simply switch the locations of my Transaction.Start/Stop and run it again (After a Revit Undo) and it works perfect.
This tells me I’m not using transactions properly, so I’m pausing the operation every other time I execute it, but I’m struggling to figure out how and where to use the Transactions. Any help here how I can control the delete AFTER the lines have been created by the Clockworks node?