[
https://jira.jboss.org/jira/browse/JBPM-2327?page=com.atlassian.jira.plug...
]
Darrin Mison commented on JBPM-2327:
------------------------------------
Other two items updated in SOA jBPM guide as:
<para>
But in some situations, a developer might want to fine-tune the transaction demarcation in
the
process definition. In jPDL, it is possible to specify that the process execution should
continue asynchronously with the attribute
<literal>async="true"</literal>.
<literal>async="true"</literal> is supported only when it is
triggered in an event but can be
specified on all node types and all action types.
</para>
<entry>
<literal>'async="true"</literal> is only supported in
<classname>action</classname>
when it is triggered in an event. The default value is
<literal>false</literal>,
which means that the <classname>action</classname> is executed in the thread
of the
execution. If set to <literal>true</literal>, a message will be sent to the
command
executor and that component will execute the action asynchronously in a separate
transaction.
</entry>
Docs on asynchronous continuations are misleading
-------------------------------------------------
Key: JBPM-2327
URL:
https://jira.jboss.org/jira/browse/JBPM-2327
Project: jBPM
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: jBPM 3.2.5.SP5
Reporter: Martin Putz
Assignee: Tom Baeyens
Chapter 4.3.4 of the User Guide states:
There are 3 places where execution can be continued asynchronously:
* Just before the node's execute method. Which is after entering the node.
* When execution is about to be propagated over a transition. Which is before leaving
a node.
* Every action can be executed asynchonously as well.
http://docs.jboss.org/jbpm/v3.2/userguide/html/graphorientedprogramming.h...
Only the first case is implemented, therefore the docs should be cleaned up and the other
points removed.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira