WCM Submit Process - support for review / approve cycles.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5725 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
David Caruana
2007-05-18 17:55:06 +00:00
parent 518da86649
commit d1a5583b38
3 changed files with 60 additions and 10 deletions

View File

@@ -89,6 +89,11 @@
<type name="wcmwf:rejectedTask">
<parent>wcmwf:workflowTask</parent>
<overrides>
<property name="bpm:packageItemActionGroup">
<default>edit_and_remove_wcm_package_item_actions</default>
</property>
</overrides>
<mandatory-aspects>
<aspect>bpm:assignees</aspect>
<aspect>wcmwf:reviewType</aspect>
@@ -224,6 +229,11 @@
<type>d:int</type>
<mandatory>true</mandatory>
</property>
<property name="wcmwf:reviewCycle">
<title>Reviewer Cycle</title>
<type>d:int</type>
<mandatory>true</mandatory>
</property>
</properties>
</aspect>