The argument is similar to what falkpl suggested here. The issue is refactoring old (pre event structure) code.
Many times I had the need to convert a multi-case case structure to an event structure where each event case duplicates one of the original cases. This is currently hard to do and involves a lot of copying and wire mending.
Of course the conversion cannot do any event assignments so things will be broken, but for me it would be sufficient to create the new event structure as a 1:1 "event-case":"plain-case" conversion of the code contents, without any events assigned. (This must be trivial in terms of code!) Assigning the events later is easy.
For symmetry, the reverse operation ("replace event structure with case structure") should also be available.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.