shark-email-report.xaction 1.14 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 39 40 41 42
<action-sequence>
  <name>shark-email-report.xaction</name>
  <version>1</version>
  <title>%title</title>
  <logging-level>error</logging-level>
  <documentation>
    <author>Doug Moran</author>
    <description>
    </description>
    <help/>
    <result-type>none</result-type>
    <icon></icon>
  </documentation>

  <inputs>  
  </inputs>

  <outputs>
  </outputs>

  <resources>
  </resources>

  <actions>
    <action-definition>
      <action-inputs>
        <solution-id type="string" audit="true"/>
        <instance-id type="string" audit="false"/>
      </action-inputs>
      
      <component-name>SharkWorkflowComponent</component-name>
      <component-definition>
        <workflow-defn>BurstingExamples.xpdl</workflow-defn>
        <!--  this file name must be relative to the file's placement in the EXTERNAL_PACKAGES_REPOSITORY (see Shark.conf) -->
        <xpdl-file-name>BurstingExamples.xpdl</xpdl-file-name>
        <package-name>BurstingExamples</package-name>
        <process-name>GenReportAndEmail</process-name>
        <new-instance>false</new-instance>
      </component-definition>
    </action-definition>
  </actions>
</action-sequence>