×

Please give details of the problem

Skip to content

Input and Output Variables Tester

Allows you to test your Freemarker script (input/output variables) directly in RunMyprocess without launching the process

Open tester
Click on script_code of a variable to open tester

Set initials values
Click on "Add a variable" to initialize value of your script (right part of the screen)
To initialize a simple value, set the name of the variable, choose "Type" value and set value in "Value" field
To initialize a complex value, set the name of the variable, choose "Complex" value and build structure of variable by adding new fields and set value of these fields when their types are Value fields.

info You can also use freemarker "assign" function to initialize variables directly in your script : <#assign myvariable="init">

Launch test
Click on Test button: result appears in the left bottom part of the screen.