Skip to main content
manjit.1486
November 27, 2023
Question

Configure Dashboard to show scheduler run status and logs

  • November 27, 2023
  • 6 replies
  • 1 view

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

    6 replies

    stefanhelzle0001
    November 27, 2023

    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?

    manjit.1486
    November 27, 2023

    I need integrations logs to display on screen. For now, I am not saving specific data in DB. 
     

    abhayd3663
    November 27, 2023

    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/ 

    annap0005
    November 28, 2023

    configure daily schedule run process like success path and failed path, write respective details in db and create dashboard screen using that db data.

    manjit.1486
    November 30, 2023

    I am doing the same. Thanks