mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Workflow packages. It's hooked up to the sumbit single file action in the top level website screen in an exceedingly awkard way. The UI doesn't complain about anything, nor does it display the contents of the package. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@4099 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
56 lines
1.6 KiB
XML
56 lines
1.6 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>
|
|
</type>
|
|
|
|
<type name="wcmwf:setupSubmit">
|
|
<title>Submit Web Content</title>
|
|
<parent>wcmwf:baseSubmitTask</parent>
|
|
<associations>
|
|
<association name="wcmwf:assignee">
|
|
<title>The Reviewer</title>
|
|
<source>
|
|
<mandatory>false</mandatory>
|
|
<many>false</many>
|
|
</source>
|
|
<target>
|
|
<class>cm:person</class>
|
|
<mandatory>true</mandatory>
|
|
<many>false</many>
|
|
</target>
|
|
</association>
|
|
</associations>
|
|
</type>
|
|
|
|
<type name="wcmwf:review">
|
|
<title>Review</title>
|
|
<parent>wcmwf:baseSubmitTask</parent>
|
|
</type>
|
|
</types>
|
|
</model> |