schedule-burst.xaction 1.05 KB
Newer Older
Thitichaipun Wutthisak committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
<?xml version="1.0" encoding="UTF-8"?>
<action-sequence> 
  <title>%title</title>
  <version>1</version>
  <logging-level>DEBUG</logging-level>
  <documentation> 
    <author>Doug Moran</author>  
    <description>%description</description>  
    <help/>  
    <result-type>email</result-type>  
    <icon>schedule-burst.png</icon> 
  </documentation>

  <inputs/>

  <outputs/>

  <resources/>
  
  <actions> 
    <action-definition> 
      <component-name>JobSchedulerComponent</component-name>
      <action-type>Schedule An Action Sequence</action-type>
      <component-definition> 
        <jobAction>startJob</jobAction>  
        <jobName>QuadrantBurstReportByRegion</jobName>  
        <solution>samples</solution>  
        <path>bursting</path>  
        <action>BurstActionSequence.xaction</action>  
        <triggerType>simple</triggerType>  
        <triggerName>MyTrigger</triggerName>  
        <repeatCount>3</repeatCount>  
        <repeatInterval>120</repeatInterval> 
      </component-definition> 
    </action-definition>
 
  </actions> 
</action-sequence>