textuml
textuml copied to clipboard
support for expressions on signals
Support expressions when sending signals.
That would require destructuring an object into the different invocation action arguments (SendSignalAction is an InvocationAction). The same could be asked for when calling operations (CallOperationAction is an InvocationAction as well).
Maybe what we should be doing is to support SendObjectAction.