When the Java Embedding activity is being used, you sometimes want to print a message that will be displayed in EM.
To do so, use the following expression (inside the Java Embedding Activity):
addAuditTrailEntry(“TEST 123” );
The printed message will be shown in the process flow.
Leave a Reply