Files
alfresco-community-repo/config/alfresco/workflow/wcmSubmitModel.xml
2006-10-27 19:29:02 +00:00

47 lines
1.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<model name="wcmwf:submitmodel" xmlns="http://www.alfresco.org/model/dictionary/1.0">
<imports>
<import uri="http://www.alfresco.org/model/dictionary/1.0" prefix="d"/>
<import uri="http://www.alfresco.org/model/content/1.0" prefix="cm"/>
<import uri="http://www.alfresco.org/model/bpm/1.0" prefix="bpm"/>
</imports>
<namespaces>
<namespace uri="http://www.alfresco.org/model/wcmwf/1.0" prefix="wcmwf"/>
</namespaces>
<types>
<type name="wcmwf:baseSubmitTask">
<parent>bpm:workflowTask</parent>
<properties>
<property name="wcmwf:description">
<title>Description</title>
<type>d:text</type>
</property>
</properties>
</type>
<type name="wcmwf:startSubmit">
<title>Submit Web Content</title>
<parent>wcmwf:baseSubmitTask</parent>
<mandatory-aspects>
<aspect>bpm:assignee</aspect>
</mandatory-aspects>
</type>
<type name="wcmwf:setupSubmit">
<title>Submit Web Content</title>
<parent>wcmwf:baseSubmitTask</parent>
</type>
<type name="wcmwf:review">
<title>Review</title>
<parent>wcmwf:baseSubmitTask</parent>
</type>
</types>
</model>