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:
David Caruana
2007-05-23 16:15:07 +00:00
parent 0b8d2fc6d6
commit 1c46628575
3 changed files with 47 additions and 9 deletions

View File

@@ -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>