mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Workflow:
- additional task model properties for task action groups - fix issue persisting and retrieving noderef lists in jbpm (as found by Gav) git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@3566 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
<property name="wf:reviewPriority">
|
||||
<title>Review Priority</title>
|
||||
<type>d:int</type>
|
||||
<default>2</default>
|
||||
<constraints>
|
||||
<constraint ref="bpm:allowedPriority"/>
|
||||
</constraints>
|
||||
@@ -60,6 +61,37 @@
|
||||
|
||||
</associations>
|
||||
|
||||
<overrides>
|
||||
|
||||
<property name="wf:packageActionGroup">
|
||||
<default>workflow_collection_actions</default>
|
||||
</property>
|
||||
|
||||
<property name="wf:packageItemActionGroup">
|
||||
<default>workflow_item_collection_actions</default>
|
||||
</property>
|
||||
|
||||
</overrides>
|
||||
|
||||
</type>
|
||||
|
||||
|
||||
<!-- -->
|
||||
<!-- Basic Review & Approve Tasks -->
|
||||
<!-- -->
|
||||
|
||||
<type name="wf:reviewTask">
|
||||
<title>Review Task</title>
|
||||
<parent>bpm:workflowTask</parent>
|
||||
|
||||
<overrides>
|
||||
|
||||
<property name="wf:packageItemActionGroup">
|
||||
<default>workflow_item_edit_actions</default>
|
||||
</property>
|
||||
|
||||
</overrides>
|
||||
|
||||
</type>
|
||||
|
||||
</types>
|
||||
|
Reference in New Issue
Block a user