Skip to main content
April 24, 2023
Question

How we will Debugg Application

  • April 24, 2023
  • 5 replies
  • 0 views

How we will Debug Application ?

    5 replies

    April 24, 2023

    What do you mean by debugging an application? We can help better if you provide more details

    codeblog.jonskeet.uk/.../

    April 24, 2023

    how to Debug Our Entire Application 

    April 24, 2023

    Is there any specific issue you want to solve?

    Debugging in general would require testing all your flows with each and every scenario and then locate the errors and fix them. Typically errors messages in Appian are descriptive and have details about cause and solution of the error, read those messages carefully and try to fix them. 

    christineh465186
    April 25, 2023

    Debugging insinuates that you have been alerted or suspected something broke or did not behave as expected. You will need to start with the issue itself.... Some examples,

    1. If a PM errored, look at the error messages on the niode, trace the history of the process, etc.

    2. If a downstream system did not receive data as expected, check the integration call. If executed via a PM -- check the PM and PV history to see what was sent

    3. If a person said they are getting an error on  screen, ask them to reproduce for you or send screen captures. Look up the SAIL error message and trace through to the line or the expression that is erroring

    4.....