mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Unbreaks workflow on WCM-DEV.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@4169 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -19,19 +19,18 @@
|
||||
|
||||
<type name="wf:submitReviewTask">
|
||||
<parent>bpm:startTask</parent>
|
||||
<mandatory-aspects>
|
||||
<aspect>bpm:assignee</aspect>
|
||||
</mandatory-aspects>
|
||||
</type>
|
||||
|
||||
<type name="wf:reviewTask">
|
||||
<parent>bpm:workflowTask</parent>
|
||||
|
||||
<overrides>
|
||||
|
||||
<property name="bpm:packageItemActionGroup">
|
||||
<default>workflow_item_edit_actions</default>
|
||||
<default>edit_package_item_actions</default>
|
||||
</property>
|
||||
|
||||
</overrides>
|
||||
|
||||
</type>
|
||||
|
||||
|
||||
@@ -39,21 +38,29 @@
|
||||
<!-- Adhoc Tasks -->
|
||||
<!-- -->
|
||||
|
||||
|
||||
<type name="wf:submitAdhocTask">
|
||||
<parent>bpm:startTask</parent>
|
||||
|
||||
<properties>
|
||||
<property name="wf:notifyMe">
|
||||
<type>d:boolean</type>
|
||||
<default>false</default>
|
||||
</property>
|
||||
</properties>
|
||||
|
||||
<mandatory-aspects>
|
||||
<aspect>bpm:assignee</aspect>
|
||||
</mandatory-aspects>
|
||||
</type>
|
||||
|
||||
<type name="wf:adhocTask">
|
||||
<parent>bpm:workflowTask</parent>
|
||||
<overrides>
|
||||
<property name="bpm:packageActionGroup">
|
||||
<default>add_package_item_actions</default>
|
||||
</property>
|
||||
<property name="bpm:packageItemActionGroup">
|
||||
<default>edit_package_item_actions</default>
|
||||
</property>
|
||||
</overrides>
|
||||
</type>
|
||||
|
||||
<type name="wf:completedAdhocTask">
|
||||
|
Reference in New Issue
Block a user