Sha256: d6d9345f6d10d1b35f4bf2f5f82c97b75dc0a19dcf59192456c70352de0f9386

Contents?: true

Size: 1.86 KB

Versions: 93

Compression:

Stored size: 1.86 KB

Contents

<!--
  This file is part of CPEE.

  CPEE is free software: you can redistribute it and/or modify it under the terms
  of the GNU General Public License as published by the Free Software Foundation,
  either version 3 of the License, or (at your option) any later version.

  CPEE is distributed in the hope that it will be useful, but WITHOUT ANY
  WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  PARTICULAR PURPOSE.  See the GNU General Public License for more details.

  You should have received a copy of the GNU General Public License along with
  CPEE (file COPYING in the main directory).  If not, see
  <http://www.gnu.org/licenses/>.
-->

<description datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" xmlns="http://riddl.org/ns/description/1.0" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:doc="http://cpee.org/ns/documentation">

  <message name="list-of-workflow-instances">
    <parameter name="wis" mimetype="text/xml" handler="http://riddl.org/ns/handlers/relaxng">
      <doc:documentation>d</doc:documentation>
      <xi:include href="engine/instances.rng"/>
    </parameter>
  </message>

  <message name="instance-id">
    <parameter name="id" type="nonNegativeInteger"/>
  </message>

  <message name="instance-new">
    <parameter name="info" type="string"/>
  </message>

  <message name="instance-info">
    <parameter name="info" mimetype="text/xml" handler="http://riddl.org/ns/handlers/relaxng">
      <xi:include href="engine/instance-info.rng"/>
    </parameter>
  </message>

  <resource>
    <doc:documentation>b</doc:documentation>
    <get in="*" out="list-of-workflow-instances">
      <doc:documentation>a</doc:documentation>
    </get>
    <post in="instance-new" out="instance-id"/>
    <resource relative="\d+">
      <get in="*" out="instance-info"/>
      <delete in="*"/>
    </resource>
  </resource>
</description>

Version data entries

93 entries across 93 versions & 1 rubygems

Version Path
cpee-2.1.73 lib/engine.xml
cpee-2.1.71 lib/engine.xml
cpee-2.1.70 lib/engine.xml
cpee-2.1.69 lib/engine.xml
cpee-2.1.68 lib/engine.xml
cpee-2.1.67 lib/engine.xml
cpee-2.1.66 lib/engine.xml
cpee-2.1.64 lib/engine.xml
cpee-2.1.63 lib/engine.xml
cpee-2.1.62 lib/engine.xml
cpee-2.1.61 lib/engine.xml
cpee-2.1.60 lib/engine.xml
cpee-2.1.59 lib/engine.xml
cpee-2.1.58 lib/engine.xml
cpee-2.1.57 lib/engine.xml
cpee-2.1.56 lib/engine.xml
cpee-2.1.55 lib/engine.xml
cpee-2.1.54 lib/engine.xml
cpee-2.1.53 lib/engine.xml
cpee-2.1.52 lib/engine.xml