Method to store input parameters from a microflow (in a generic way)

0
For an application that has a lot of microservices we want to add logging to each webservice request. One of the things we want to log is each input parameter of the webservice. To achieve this we could simply manually log all these, but I would prefer to create 1 action (either java or microflow) to store all the input in a string. Is this something that could be achieved by a Java action?
asked
2 answers
0

Hi Niels,

Maybe you can use the Audit Trail for this? https://appstore.home.mendix.com/link/app/138/

Edit: Did not try it, though

 

answered
0

don't think it is possible to create a generic java action which logs input parameters based upon the microflow being executed.

logging each input parameter will have a negative impact on performance, but you probably already knew that ;)

answered