Appian Designer logging

Is there a way to log new changes or updates with a comment or short note while saving each object in an Appian designer?

as shown in below screenshot,

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to Mahantesh Suryavanshi

    Its not forced but as a best practice we have a change log at the top of all expression and SAIL using /*  */ comments.  CDT, Constants, DS don't get comments.  Process models get comments in a note.  In the comment we enter date, user, ticket number, and high level change for tracking purposes.  Actual comments on execution go inline with the code as you would in any language.

Children