When we stage the job, we write the “SessionContext” - this is essentially an object form of the form submission, to a file called user_defined_context.json and the Pathname object to this file is accessible from the Session object via user_defined_context_file. So can read this file since the Session object is the context of the info.html.erb / info.md.erb.
For example, I did this at the bottom of info.md.erb for a MATLAB app:
`user_defined_context_file.read`:
<pre><%= user_defined_context_file.read %></pre>
And this was the result:
