<?xml version="1.0" encoding="utf-8"?>
<param xmlns="http://www.sos-berlin.com/schema/js7_job_documentation_v1.1"
	xmlns:xhtml="http://www.w3.org/1999/xhtml"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	name="command_script_file" DataType="java.lang.String" required="false">
	<note>
		<p>
			The value of this parameter contains the filename (and path, if needed) of a local script file, which will be transferred to the
			remote host and will then be executed there.
			The script can access job- and order-parameters by environment variables.
			The names of the environment variables are in upper case and have the string "SCHEDULER_PARAM_" as a prefix.
			Order parameters with the same name overwrite task parameters.
		</p>
		<p>
			This parameter can be used as an alternative to <paramref>command</paramref> and <paramref>command_script</paramref>.
		</p>
	</note>
	<!--  
		<xi:include href="../examples/ssh/command_script_file.xml" parse="xml">
			<xi:fallback>"../examples/ssh/command_script_file.xml" not found</xi:fallback>
		</xi:include>
	-->

</param>