<!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="http://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;">
    Group activity does not appear in jBPM GPD
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="http://community.jboss.org/people/delinhos">Adel Haider</a> in <i>jBPM</i> - <a href="http://community.jboss.org/message/566727#566727">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><div class="jive-rendered-content"><p><strong>=== Environment ==============================</strong><br/> - <strong>jBPM Version</strong>: 4.4<br/> - <strong>Database</strong>: inbuilt hsqldb<br/> - <strong>JDK</strong>: 1.6<br/> - <strong>Container</strong>: jBoss<br/> - <strong>Configuration</strong>: jbpm.cfg.xml only importing files from the jbpm.jar lib itself<br/> - <strong>Libraries</strong>: using the exact versions of the libs from inside the jbpm distribution</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><strong>=== Process ==================================</strong><br/><span>&lt;process name="GroupSimple" xmlns="</span><a class="jive-link-external-small" href="http://jbpm.org/4.4/jpdl" target="_blank">http://jbpm.org/4.4/jpdl</a><span>"&gt;</span></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&#160;&#160;&#160; &lt;start g="107,163,80,40"&gt;<br/>&#160;&#160;&#160; &lt;/start&gt;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&#160;&#160;&#160; &lt;group name="evaluate document"&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;start&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;transition to="distribute document" /&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/start&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;state name="distribute document"&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;transition to="collect feedback" /&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/state&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;state name="collect feedback"&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;transition name="approved" to="done" /&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;transition name="rejected" to="update document" /&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/state&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;state name="update document"&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;transition to="distribute document" /&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/state&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;end name="done" /&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;transition to="publish document" /&gt;<br/>&#160;&#160;&#160; &lt;/group&gt;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&#160;&#160;&#160; &lt;state g="552,174,186,40" name="publish document" /&gt;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&lt;/process&gt;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><strong>=== API ===================================</strong><br/>Eclipse IDE version 3.5.2</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><strong>=== Stacktrace ==============================</strong></p><p>N/A</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><strong>=== Debug logs ==============================</strong><br/>N/A</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><strong>=== Problem description =========================</strong></p><p><span>I've been going through the example processes provided in the developer guide (</span><a class="jive-link-external-small" href="http://docs.jboss.com/jbpm/v4/devguide/html_single/#group" target="_blank">http://docs.jboss.com/jbpm/v4/devguide/html_single/#group</a><span>) and encountered a problem in the GPD. When using a group activity in a process the graphical designer doesn't show the group activity in the process flow (see attached print-screen). This is a problem since my intention is to use the image produced by the graphical designer in documentation.</span></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>I&#160; have been through the jBPM wiki, user forums, etc. but nothing seems to address this issue in any way. Is there a reason for this to occur? Is there any work-around?</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Kind Regards,</p><p>Adel Haider</p></div></div>

<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
    <p style="margin: 0;">Reply to this message by <a href="http://community.jboss.org/message/566727#566727">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in jBPM at <a href="http://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>