- <?xml version="1.0" encoding="UTF-8"?>
- <!-- Definition of new Model -->
- <model name="scwf:workflowmodel" xmlns="http://www.alfresco.org/model/dictionary/1.0">
- <!-- Optional meta-data about the model -->
- <description>Newshore Workflow model</description>
- <author>Erik M. Giraldo G.</author>
- <version>1.0</version>
- <!-- Imports are required to allow references to definitions in other models -->
- <imports>
- <import uri="http://www.alfresco.org/model/dictionary/1.0" prefix="d" />
- <import uri="http://www.alfresco.org/model/bpm/1.0" prefix="bpm" />
- <import uri="http://www.alfresco.org/model/content/1.0" prefix="cm" />
- </imports>
- <!-- Introduction of new namespaces defined by this model -->
- <namespaces>
- <namespace uri=" http://www.newshore.com/model/workflow/1.0" prefix="scwf" />
- </namespaces>
- <types>
- <type name="scwf:submitReviewTask">
- <parent>bpm:startTask</parent>
- <mandatory-aspects>
- <aspect>scwf:thirdPartyReviewable</aspect>
- </mandatory-aspects>
- </type>
- <type name="scwf:adminReview">
- <parent>bpm:workflowTask</parent>
- <overrides>
- <property name="bpm:packageItemActionGroup">
- <default>read_package_item_actions</default>
- </property>
- </overrides>
- <mandatory-aspects>
- <aspect>scwf:nada</aspect>
- </mandatory-aspects>
- </type>
- <type name="scwf:revise">
- <parent>bpm:workflowTask</parent>
- <overrides>
- <property name="bpm:packageItemActionGroup">
- <default>edit_package_item_actions</default>
- </property>
- </overrides>
- </type>
- </types>
- <aspects>
- <aspect name="scwf:thirdPartyReviewable">
- <title>Someco Third Party Reviewable</title>
- <properties>
- <property name="scwf:reviewerEmail">
- <type>d:text</type>
- <mandatory>false</mandatory>
- <multiple>false</multiple>
- </property>
- </properties>
- </aspect>
- <aspect name="scwf:nada">
- <title>Node reference</title>
- <properties>
- <property name="scwf:nadatexto">
- <type>d:text</type>
- <default></default>
- </property>
- </properties>
- </aspect>
- </aspects>
- </model>