[
https://jira.jboss.org/jira/browse/JBPM-2327?page=com.atlassian.jira.plug...
]
Toshiya Kobayashi commented on JBPM-2327:
-----------------------------------------
Plus,
===
15.1. The concept
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 async="true".
async="true" can be specified on all node types and all action types.
===
http://docs.jboss.org/jbpm/v3.2/userguide/html/asynchronouscontinuations....
===
21.4.16. action
async attibute {true|false} Default is false, which means that the
action is executed in the thread of the execution. If set to true, a message will be sent
to the command executor and that component will execute the action asynchonously in a
separate transaction.
===
http://docs.jboss.org/jbpm/v3.2/userguide/html/jpdl.html#action.element
If we should consider that 'async="true" in action' is supported only
when it is triggered in event, we should fix these sentences in order to tell the
restriction.
Docs on asynchronous continuations are misleading
-------------------------------------------------
Key: JBPM-2327
URL:
https://jira.jboss.org/jira/browse/JBPM-2327
Project: JBoss jBPM
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: jBPM 3.2.5.SP5
Reporter: Martin Putz
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