Open
Description
Currently, we can pass an argument to an initiator view via marshaling through the view factory.
If the view factory is though called directly from within the stack, without passing through a REST or GRPC call, this marshaling step is not necessary.
This Issue is about the introduction of a way to pass to the view directly the input as a struct.