Hello All,
My Workflow will trigger upon CREATED & CHANGED events of a BO as it is a Standard Transaction. For additional methods, I created a Class and first thing I am doing in my WF is instantiating the Class using the Object key in a method CREATE_INSTANCE.
Now, my Workflow will also wait for some additional custom events(in a fork) which will be triggered from an another transaction. How to handle this in the same class created without having to create a subtype of BOR and delegate?
I want to avoid creation of ZBUSxxxx just for adding those additional custom events. Is that possible?