Automatically assign task to group
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2009 10:08 AM
Hello all,
In my advanced custom workflow, I want to assign task to particular group.
I dont want to give functionality to select any assinee.
How can I achieve this?
Lets say I have a group called "Marketing". How to write swimlane for the same?
Thanks,
Nikesh
In my advanced custom workflow, I want to assign task to particular group.
I dont want to give functionality to select any assinee.
How can I achieve this?
Lets say I have a group called "Marketing". How to write swimlane for the same?
Thanks,
Nikesh
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2009 06:00 AM
I am able to launch workflow using javascript automatically when any document is uploaded, as well as assign task to pre-defined group in processdefinition swimlane.
Thanks,
Nikesh
<swimlane name="reviewer"> <assignment class="org.alfresco.repo.workflow.jbpm.AlfrescoAssignment"> <pooledactors>Group_MyReviewerGroupName</pooledactors> </assignment></swimlane>
Thanks,
Nikesh
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2014 02:01 AM
Thanks,
But If I want to assign dynamically depending upon some business logic like there are groups groupA, groupA_review, groupA_approve, groupB, groupB_review, groupC_approve. Whenever groupA user submit a doc for review it should go to groupA_review and when groupB user submit a doc for review it should go to groupB_review for review.
How can I implement this.
But If I want to assign dynamically depending upon some business logic like there are groups groupA, groupA_review, groupA_approve, groupB, groupB_review, groupC_approve. Whenever groupA user submit a doc for review it should go to groupA_review and when groupB user submit a doc for review it should go to groupB_review for review.
How can I implement this.
