For example, if the server tool called "Action1" is designed to execute a program called "server-action.sh" with a timeout value of 60 seconds, and you want to see the display output, then the syntax to define that would look like this:

<actionconfig name="Action1" type="Server" enable="True" timestamp="0">
 <timeout>60</timeout>
 <program_name>server-action.sh</program_name>   
 <display display_value="True" />
</actionconfig>