Added bpm:reassignable property to bpm:workflowTask with default value of true and added to invite task with default value of false.

Also fixed the hidden transition handling in task form processor, cancel for invite task is no longer returned and thus rendered in the UI.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@21583 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Gavin Cornwell
2010-08-04 07:00:40 +00:00
parent 9f315acff6
commit f2c0221855
3 changed files with 22 additions and 5 deletions

View File

@@ -45,9 +45,12 @@
<type name="inwf:invitePendingTask">
<parent>bpm:workflowTask</parent>
<overrides>
<property name="bpm:hiddenTransitions">
<default>cancel</default>
</property>
<property name="bpm:hiddenTransitions">
<default>cancel</default>
</property>
<property name="bpm:reassignable">
<default>false</default>
</property>
</overrides>
<mandatory-aspects>
<aspect>inwf:nominatedInvitationStats</aspect>