All Downloads are FREE. Search and download functionalities are using the official Maven repository.

examples.WorkflowTask.tasks.xml Maven / Gradle / Ivy

Go to download

Allows data processing jobs not written in conformance with the PCS PGE (Production Generation Executive) interface to be run within the PCS.

There is a newer version: 1.9.1
Show newest version
<!-- A sample CAS workflow task configuration with the basic set of 
     CAS-PGE properties. You can find a full list of the properties
     here:

     http://svn.apache.org/repos/asf/oodt/trunk/pge/src/main/java/org/apache/oodt/cas/pge/metadata/PgeTaskMetKeys.java
--> 
<cas:workflowtasks xmlns:cas="http://oodt.apache.org/1.0/cas">
<task id="urn:oodt:casPgeTask" name="CAS PGE" class="org.apache.oodt.cas.pge.StdPGETaskInstance">
      <conditions/>
      <configuration>
         <property name="PGETask_Name" value="CAS PGE"/>
         <property name="PGETask_ConfigFilePath" value="[PGE_ROOT]/policy/pge-config.xml" envReplace="true"/>
         <property name="PGETask_DumpMetadata" value="true"/>
         <property name="PCS_WorkflowManagerUrl" value="[WORKFLOW_URL]" envReplace="true" />
         <property name="PCS_FileManagerUrl" value="[FILEMGR_URL]" envReplace="true"/>
         <property name="PCS_MetFileExtension" value="met"/>
         <property name="PCS_ClientTransferServiceFactory" value="org.apache.oodt.cas.filemgr.datatransfer.LocalDataTransferFactory"/>
         <property name="PCS_ActionRepoFile" value="file:[CRAWLER_HOME]/policy/crawler-config.xml" envReplace="true"/>
      </configuration>
      <requiredMetFields>
      </requiredMetFields>
</task>
</cas:workflowtasks>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy