Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Messaging is a design pattern that ensures the correct routing of messages from backend TI processes to the user interface in UX. The primary motivation behind messaging is to provide the user with more than just basic success/error messages. It aims to provide as much information as possible about the execution of TI processes, eliminating the need for users to refer to system error logs, which are typically only accessible to admin users.

Messages are created within the TI process itself and are formatted as JSON strings. This allows them to be parsed and displayed as structured information on the UX frontend. The flexibility of the JSON structure allows for the inclusion of any details about the TI process. Furthermore, it can accommodate details about any child TI processes called from the parent process, nesting this information within the structure.

  • No labels