This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: How to control serializing complex data objects to logs?frenky1983 Apr 29, 2015 9:12 AM (in response to clp207)Try to override toString() method in your object 
- 
        2. Re: How to control serializing complex data objects to logs?clp207 Apr 29, 2015 1:10 PM (in response to frenky1983)Thanks. That works easily when building the process in Eclipse. For processes created inside the workbench, I have to checkout the project, override the toString() and check it back in. It is manageable, just wanted to be sure there wasn't an easier way I was overlooking. 
- 
        3. Re: How to control serializing complex data objects to logs?frenky1983 Apr 30, 2015 3:03 AM (in response to clp207)But do you speak about Data Object in your business process? 
 
    