Customizing process messages
For some process activities it is possible to configure custom process messages.
Basic IWS modules are offering interface i_tws_msg, which can alter process message according to your needs.
Custom messages can be placed to xml dictionary twaz_custom_dictionary.xml, which is located in directory etc/dictionaries.
File twaz_custom_dictionary.xml can be edited by any XML enabled editor.
1. In file twaz_custom_dictionary add new element di. Set id attribute to unique key. To child element en add your text in English language, to child element de add your text in German language.
Find in PHP process definition interface i_tws_msg in your target task. Example:
Change the msg property of interface i_tws_msg to match the id attribute from step 1.
Last updated