<!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;">
    jbpm-console is not displaying task in start node
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="http://community.jboss.org/people/speleomaniac">Mehmet Salgar</a> in <i>jBPM</i> - <a href="http://community.jboss.org/message/560877#560877">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><p>Hi everybody,</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>I have a problem with jbpm 3.2.7...</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>I had the following process, as you may see I have a task at start node and I am expecting that jbpm-console create a task with the form that I deployed a task when I create an instance of the process but that doesn't happening.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>If I signal to the transition out of start-state as you may see second node is a task node and jbpm creates the task and display the task form....</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Am I doing something wrong here? (below I would place the forms.xml also and I seeing that in the archive forms.xml and xhtml are included...)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Second part of the question would be, the concept of blocking and non-blocking task is confusing me...in the workflow if I don't trigger a transition that workflow should wait at the task, so what is the meaning of the blocking, non-blocking here.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>And a final question, I tried to verify the problem exists also in 4.4 and I created a process definition for it also, I think it is not possible any more to define a task in start node or? And Graphical Designer has no support to creates forms for 4.4. processes....(below you can find my 4.4 version of the process) and what would be trigger to leave the start and go into first task.....</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Thx for the answers</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>process</p><p><span style="white-space: pre; font-family: monospace; "><br/></span></p><pre class="jive-pre"><code class="jive-code jive-xml"><span class="jive-xml-tag">&lt;?xml version="1.0" encoding="UTF-8"?&gt;</span>
<span class="jive-xml-tag">&lt;process-definition xmlns="urn:jbpm.org:jpdl-3.2" name="sample_process"&gt;</span>
&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;swimlane name="Marketing"&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;assignment expression="group(Marketing)"/&gt;</span>
&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;/swimlane&gt;</span>
&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;swimlane name="Campaign Manager"&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;assignment expression="group(Campaign Manager)"/&gt;</span>
&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;/swimlane&gt;</span>
&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;swimlane name="Promo Definition Cockpit"&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;assignment expression="group(Promo Definition Cockpit)"/&gt;</span>
&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;/swimlane&gt;</span>
&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;start-state name="Create Ticket in Tool"&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;task swimlane="Marketing" name="Create Ticket in Tool"&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;controller&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;variable access="read,write,required" name="ticketName" mapped-name="Ticket Name"/&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;/controller&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;/task&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;transition to="Attach Document" name="Done"/&gt;</span>
&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;/start-state&gt;</span>
&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;task-node name="Attach Document"&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;task name="Attach Document" swimlane="Marketing"&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;controller&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;variable access="read,write" name="document" mapped-name="Document"/&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;/controller&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;/task&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;transition to="end-state1" name="Done"/&gt;</span>
&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;/task-node&gt;</span>
&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;end-state name="end-state1"/&gt;</span>
<span class="jive-xml-tag">&lt;/process-definition&gt;</span>
</code></pre><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>forms.xml</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&lt;forms&gt;</p><p>&#160; &lt;form task="Create Ticket in Tool" form="CreateTicketinTool.xhtml"/&gt;</p><p>&#160; &lt;form task="Attach Document" form="AttachDocument.xhtml"/&gt;</p><p>&lt;/forms&gt;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><div id="_mcePaste" style="position: absolute; left: -10000px; top: 794px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">forms.xml</div><div id="_mcePaste" style="position: absolute; left: -10000px; top: 794px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"> </div><div id="_mcePaste" style="position: absolute; left: -10000px; top: 794px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&lt;forms&gt;</div><div id="_mcePaste" style="position: absolute; left: -10000px; top: 794px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&#160; &lt;form task="Create Ticket in Tool" form="CreateTicketinTool.xhtml"/&gt;</div><div id="_mcePaste" style="position: absolute; left: -10000px; top: 794px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&#160; &lt;form task="Attach Document" form="AttachDocument.xhtml"/&gt;</div><div id="_mcePaste" style="position: absolute; left: -10000px; top: 794px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&lt;/forms&gt;</div><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><span style="font-family: monospace; white-space: pre; "><br/></span></p><p>process 4.4</p><p><span style="white-space: pre; font-family: monospace; "><br/></span></p><pre class="jive-pre"><code class="jive-code jive-xml"><span class="jive-xml-tag">&lt;?xml version="1.0" encoding="UTF-8"?&gt;</span>
<span class="jive-xml-tag"><span>&lt;process name="jbpm4" 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></span>
&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;swimlane name="Marketing"/&gt;</span>
&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;start g="263,69,48,48" name="start1"&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;transition g="-146,-17" name="Done" to="Create Ticket in&#160; Tool"/&gt;</span>
&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;/start&gt;</span>
&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;task g="214,190,144,52" name="Create Ticket in Tool" swimlane="group(Marketing)"&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;transition name="Done" to="Attach Document" g="-151,-18"/&gt;</span>
&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;/task&gt;</span>
&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;task name="Attach Document" g="193,324,187,52" swimlane="group(Marketing)"&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;transition name="to end1" to="end1" g="-42,-18"/&gt;</span>
&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;/task&gt;</span>
&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;end name="end1" g="262,442,48,48"/&gt;</span>
<span class="jive-xml-tag">&lt;/process&gt;</span>
</code></pre></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/560877#560877">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>