<pac:go-to-spooler>

This tag redirects to the job directory page specified by the id attribute (id=\"${PAC_SPOOLER_URI}\"/). Use it during job submission.

<pac:go-to-spooler> has the following attributes:


Name Description Required
id Specifies the job directory page to redirect to True

Example:

<pac:spooler ttl="1d"> 
    <pac:service id="test"> 
       <pac:action execute="true">
       <![CDATA[
           echo "this is test log"> test.log
       ]]>
       </pac:action>
       <pac:action label="Submit" id="submit" result="text/xml"> 
       <![CDATA[ 
           echo "<pac:go-to-spooler/>" 
        ]]> 
       </pac:action> 
    </pac:service> 
</pac:spooler>