Hello,
Need a dashboard screen in Appian which shows the daily schedule runs on whether they run successfully or there was a failure, and show relevant logs messages to help debug issue in case of failure to load data into Appian from third party OR failure during downstream integration.
Any thoughts? How can I implement?
Thanks
Discussion posts and replies are publicly visible
Well ... a very broad question. Your processes should persists some data to the DB which you can then display on some screen. May add a process report for the active instances.
Do you have any more specific questions?
I need integrations logs to display on screen. For now, I am not saving specific data in DB.
To display integration logs, a plugin is needed which reads integration_req_resp_activity.log file under APPIAN_HOME/logs/perflogs/http-requests-and-responses/
integration_req_resp_activity.log
APPIAN_HOME/logs/perflogs/http-requests-and-responses/
I don't have administrator right now- I am not able to read or check the file under APPIAN_HOME/logs/perflogs/http-requests-and-responses/ With this plugin can I display data on screen like I mentioned in question?