<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body link="#355491" alink="#4262a1" vlink="#355491" style="background: #e2e2e2; margin: 0; padding: 20px;">
<div>
        <table cellpadding="0" bgcolor="#FFFFFF" border="0" cellspacing="0" style="border: 1px solid #dadada; margin-bottom: 30px; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                <tbody>
                        <tr>
                                <td>
                                        <table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border: solid 2px #ccc; background: #dadada; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                                                <tbody>
                                                        <tr>
                                                                <td bgcolor="#000000" valign="middle" height="58px" style="border-bottom: 1px solid #ccc; padding: 20px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;">
                                                                        <h1 style="color: #333333; font: bold 22px Arial, Helvetica, sans-serif; margin: 0; display: block !important;">
                                                                        <!-- To have a header image/logo replace the name below with your img tag -->
                                                                        <!-- Email clients will render the images when the message is read so any image -->
                                                                        <!-- must be made available on a public server, so that all recipients can load the image. -->
                                                                        <a href="https://community.jboss.org/index.jspa" style="text-decoration: none; color: #E1E1E1">JBoss Community</a></h1>
                                                                </td>
                                                        </tr>
                                                        <tr>
                                                                <td bgcolor="#FFFFFF" style="font: normal 12px Arial, Helvetica, sans-serif; color:#333333; padding: 20px; -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;"><h3 style="margin: 10px 0 5px; font-size: 17px; font-weight: normal;">
Re: User Task Group Assignment
</h3>
<span style="margin-bottom: 10px;">
created by <a href="https://community.jboss.org/people/jemmerling">jemmerling</a> in <i>jBPM</i> - <a href="https://community.jboss.org/message/649479#649479">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">
<div class="jive-rendered-content"><p>Charlie,</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>I have spent some time evaluating jBPM5 and I would say that, in general, jBPM5 mostly allows the application to determine how users are associated with groups.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>Of course, I don't know how you are planning to use jBPM5, if you are planning to run everything in the Console and not implement your own application, you may not find my advice so useful and will have to rely on somebody else's response.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>Although the ActorId parameter in a Human Task can be "hard-coded" to specify a particular individual (although I suppose "actor" does not necessarily have to indicate a specific individual in real life) in most practical situations, if you are going to use the ActorId parameter it will be determined at run time and this will be indicated in your model via some sort of expression, typically an expression that references a process variable. If ActorId is specified and GroupId is not specified, then the task will be immediately assigned to that actor (but not if GroupId is also specified, from what I have personally observed).</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>So in this situation, as I see it, it would be the responsibility of the application to determine whether an actor has the necessary group membership. If you want to specify the actor for a particular task when creating a new process, or at some later point during the lifecycle of that process, you should be able to determine this based on your own requirements. So if the actor for "Task One" is has to satisfy some criteria (such as membership in a group) then if you want to designate them when creating the process, you first perform some test on your side that determines this. If this will be determined downstream, then it gets more complicated. Probably the actor will be determined as a side effect of completing an upstream task, captured as a task variable, then mapped back to the process instance. So when completing this upstream task, the logic used to identify this actor will ensure this actor is in the appropriate group along with any other criteria needed to designate a specific actor.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>An important mechanism whereby the application determines group membership is when implementing org.jbpm.task.service.UserGroupCallback, particular the getGroupsForUser method. You should be able to find some discussion of this in the User Manual.</p><div class="mcePaste" id="_mcePaste" style="position: absolute; top: 31px; left: 0px;"></div><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>I have avoided going into too much detail on this, but I hope this brings you somewhat closer to the answer you need, cheers!</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>--JE</p></div>
<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
<p style="margin: 0;">Reply to this message by <a href="https://community.jboss.org/message/649479#649479">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in jBPM at <a href="https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034">Community</a></p>
</div></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>