blob: ccba643d765a92af2e9bc7362328d3a1dadfeb07 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more contributor
license agreements. See the NOTICE.txt file distributed with this work for
additional information regarding copyright ownership. The ASF licenses this
file to you under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy of
the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations under
the License.
-->
<!-- FIXME: Change namespace URI? -->
<cas:workflowlifecycles xmlns:cas="http://oodt.jpl.nasa.gov/1.0/cas">
<default>
<stage name="error">
<status>METMISS</status>
<status>ERROR</status>
</stage>
<stage name="setup">
<status>QUEUED</status>
<status>CREATED</status>
</stage>
<stage name="precond_check">
<status>PAUSED</status>
</stage>
<stage name="workflow_start">
<status>RSUBMIT</status>
<status>STARTED</status>
</stage>
<stage name="pge_setup_build_config_file">
<status>BUILDING CONFIG FILE</status>
</stage>
<stage name="pge_staging_input">
<status>STAGING INPUT</status>
</stage>
<stage name="pge_exec">
<status>PGE EXEC</status>
</stage>
<stage name="pcs_crawl">
<status>CRAWLING</status>
</stage>
<stage name="completion">
<status>FINISHED</status>
</stage>
</default>
<!--
Lifecycles can also be specified at the
Workflow Id level, by starting with a
<lifecycle name="" workflowId="some_id">
declaration, and then using the stage
and status tags appropriately as shown
above
</lifecycle>
-->
</cas:workflowlifecycles>