Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

Please note this option is only available in the Java Runtime in combination with XSLT styling.

If you are interested in the JSON response of the MVC UI, then you can do the following:

Expand
titleReceive JSON Response In Chrome

When a flow is started, press F12 to start DevTools. Click Network, XHR. Press F5 to reload the current page. You will see something similar as below. Look for an entry that does a POST, and has a GUID as name. By clicking on it you get the JSON response.

Image Added

 

 

Recompose page

This menu will recompose the page. Combined with reload current project this will allow you to quickly test small changes to your model.

...