mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
- 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:
@@ -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. -->
|
||||
<!-- -->
|
||||
|
Reference in New Issue
Block a user