Need Help About bpm_groupAssignees
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2011 03:14 AM
Hi all,
I'm writing workflow now but i have problem with bpm_groupAssignees. Can anyone help, how can i get all the user and group in the bpm_groupAssignees?
Thanx
I'm writing workflow now but i have problem with bpm_groupAssignees. Can anyone help, how can i get all the user and group in the bpm_groupAssignees?
Thanx
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2011 02:40 AM
hi..
I am new buddy in alfresco, I know little bit only. May be this can help you.
Create a group and add users in to that group. Assign that group in process definition.
<swimlane name="groupAssign">
<assignment class="org.alfresco.repo.workflow.jbpm.AlfrescoAssignment">
<pooledactors>#{people.getGroup('GROUP_assgin')}</pooledactors>
</assignment>
</swimlane>
I am new buddy in alfresco, I know little bit only. May be this can help you.
Create a group and add users in to that group. Assign that group in process definition.
<swimlane name="groupAssign">
<assignment class="org.alfresco.repo.workflow.jbpm.AlfrescoAssignment">
<pooledactors>#{people.getGroup('GROUP_assgin')}</pooledactors>
</assignment>
</swimlane>
