Hi guys,
Does anybody know how can I pass one of my entire object from Payload to a method in my Data Control?
I have a situation where I need to call a method in my Data Control, put some information on payload, and from this method, call a subprocess
passing this payload. I don't know how can I map the payload as a parameter in my methodAction.
I don't think the only way is putting all the attributes as parameters in my methodAction.