mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Workflow Service: add support for task comment.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5763 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -135,7 +135,9 @@
|
||||
<!-- -->
|
||||
<!-- Task Notes -->
|
||||
<!-- -->
|
||||
<!-- Note: Implemented via cm:content property : see 'fm:post' -->
|
||||
<property name="bpm:comment">
|
||||
<type>d:text</type>
|
||||
</property>
|
||||
|
||||
</properties>
|
||||
|
||||
@@ -180,7 +182,8 @@
|
||||
|
||||
<!-- Task Outcome -->
|
||||
<property name="bpm:outcome">
|
||||
<type>d:text</type><!-- Transition id -->
|
||||
<!-- NOTE: Transition id -->
|
||||
<type>d:text</type>
|
||||
</property>
|
||||
|
||||
<!-- Items within package marked as complete -->
|
||||
@@ -394,12 +397,6 @@
|
||||
|
||||
</properties>
|
||||
|
||||
<!-- Commentary -->
|
||||
<!-- Note: Implement tracking of comments via fm:discussable aspect -->
|
||||
<!-- Note: Haven't made this aspect mandatory as this would force creation -->
|
||||
<!-- of forum folder against each package, even if there aren't any -->
|
||||
<!-- comments -->
|
||||
|
||||
</aspect>
|
||||
|
||||
</aspects>
|
||||
|
Reference in New Issue
Block a user