sml
sml copied to clipboard
process extension
Is there a way to create a process action like the one that exists today but instead of giving directly an instance of an event give a lambda similar to the action lambda which would prepare the event to be processed?
I need to kind of convert the incoming event to a new event but in order to do it I need access to the event which triggered the process transaction