How To Run Screens Project With a Mock Session


  1. Record a trail file based on the flow you want to check.
  2. Move the trail file to src/main/resources/trails
  3. Generate Screen entities from the trail file:
    1. Define Screen Identifiers.
    2. Define Screen Fields
    3. Define proper navigation (accessedFrom screen, terminalActions,exitActions etc..)

    For further reading on OpenLegacy Screens Solution
    Integrate With Mainframe Screens
    Integrate with AS/400 Screens

  4. Edit the Backend Project section in the application.yml file to work with the trail file:

    live- Set to False to work against trail file
    trail-file- Set path to recorded trail file

  5. Run application and check flow using Swagger at http://localhost:8080/swagger