GAS Configuration Reference / Configuration file elements |
This EXECUTION element sets the runtime environment for an application by specifying parameters for executing it.
It is defined by referencing in its Using attribute a predefined WEB_APPLICATION_EXECUTION_COMPONENT to inherit runtime environment settings, and/or by setting individual execution elements specific to the application.
When settings are inherited from a WEB_APPLICATION_EXECUTION_COMPONENT, settings you define locally within the EXECUTION element override the component settings.
<EXECUTION [Using="web_application_execution_component_id" ]
[ AllowUrlParameters="[TRUE|FALSE]" ] [ AllowUnsafeSession="[TRUE|FALSE]"] >
[<ENVIRONMENT_VARIABLE Id="envId">env</ENVIRONMENT_VARIABLE>][...]
[<PATH>path</PATH>]
[<DVM>dvm</DVM>]
[<MODULE>module</MODULE>]
[<PARAMETERS>...</PARAMETERS>]
[<ACCESS_CONTROL>...</ACCESS_CONTROL>]
[<DELEGATE>...</DELEGATE>]
[<WEB_COMPONENT_DIRECTORY>webComponent[;...]</WEB_COMPONENT_DIRECTORY>]
</EXECUTION>
When working with a single sign-on solution, child elements of the DELEGATE element will be specific to the identity provider (IdP). You will need to add the appropriate tags to work with your IdP. These tags are documented by your IdP.
The EXECUTION element may contain the following child elements:
For more information on defining execution components, see Web Application Execution Component and Service Application Execution Component.
<EXECUTION Using="cpn.wa.execution.local" />
<EXECUTION Using="cpn.wa.execution.local"> <ENVIRONMENT_VARIABLE Id="FGLGUI">1</ENVIRONMENT_VARIABLE> </EXECUTION>
<EXECUTION AllowUrlParameters="TRUE"> <PATH>/home/examples/BuiltIn/Arguments</PATH> </EXECUTION>
This element is a child of the APPLICATION (for an application) element.