- Example group / pooled workflow definitions

- Fix to workflow javascript when writing multiple variables back to process

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4893 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
David Caruana
2007-01-22 13:40:58 +00:00
parent d771c444a5
commit 592bd8fbd6
6 changed files with 199 additions and 28 deletions

View File

@@ -338,6 +338,29 @@
</associations>
</aspect>
<!-- -->
<!-- Multiple Group Assignees -->
<!-- -->
<aspect name="bpm:groupAssignees">
<associations>
<association name="bpm:groupAssignees">
<source>
<mandatory>false</mandatory>
<many>false</many>
</source>
<target>
<!-- TODO: Refactor when group is pulled into content model -->
<class>usr:authorityContainer</class>
<mandatory>true</mandatory>
<many>true</many>
</target>
</association>
</associations>
</aspect>
<!-- -->
<!-- A collection of content routed through a workflow. -->
<!-- -->