<!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;">
    How to know if a token is running
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="http://community.jboss.org/people/josepm">José Peñalba Morales</a> in <i>jBPM</i> - <a href="http://community.jboss.org/message/615278#615278">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><p>First of all, hi all there, I am new on this community.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Second, sorry for my bad English.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>I hope someone can help me with this problem (sorry if this is a silly question).</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>It is related with:</p><p><a class="jive-link-external-small" href="http://community.jboss.org/message/386777#386777" target="_blank">http://community.jboss.org/message/386777</a></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>I have a concurrence problem. A user manually ends a pending task instance (TaskInstance.end()). The following activities until next "wait state" are long running (several minutes). We would like the user to synchronously wait until end of execution.</p><p>As the user is working at a web environment he can, at any moment, look for task instances to end (JbpmContext.getTaskMgmtSession().findTaskInstances(actorId) at another thread). If the user perform this query while a the previous activities are not finished, he finds the same task instance as before an is able to end it again. This leads to a "StaleObjectStateException" on the token in one (or both) of the threads with unpredictable results.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>I understand the suggestion on the related discussion, any long time activities can be executed asynchronously in order to avoid this problem. But due to our needs (the user should be able to perform all activities on the process instance synchronously) this is not the desired solution.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&#191;Is there any way to force jBpm to flush database operations when "save" is called and not wait until the context is closed? </p><p>For example, &#191;could be valid calling on "task-end" event?:</p><p>jbpmContext.save(taskInstance);</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Or for example, &#191;modifing the hibernate session flush mode could be a valid solution? &#191;Does it have undesired consequences?</p><p>Something like:</p><p>jbpmContext.getSession().setFlushMode(FlushMode.AUTO) </p><p>or </p><p>jbpmContext.getSession().setFlushMode(FlushMode.ALWAYS)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>This could help us to avoid the concurrence problem.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Many thanks in advance.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Regards,</p><p>Jos&eacute;</p></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/615278#615278">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>