[jbpm-commits] JBoss JBPM SVN: r6907 - jbpm3/branches/3.2.10.SP/core/src/test/resources/org/jbpm/graph/node.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Mar 29 11:36:08 EDT 2011


Author: jcoleman at redhat.com
Date: 2011-03-29 11:36:08 -0400 (Tue, 29 Mar 2011)
New Revision: 6907

Added:
   jbpm3/branches/3.2.10.SP/core/src/test/resources/org/jbpm/graph/node/sub-process-async.cfg.xml
Log:
Add file missed in c6906 (Pull across c6904 from tags/jbpm-3.2.10_SOA-2990):

Restore synchronous signaling behavior for sub-processes


Added: jbpm3/branches/3.2.10.SP/core/src/test/resources/org/jbpm/graph/node/sub-process-async.cfg.xml
===================================================================
--- jbpm3/branches/3.2.10.SP/core/src/test/resources/org/jbpm/graph/node/sub-process-async.cfg.xml	                        (rev 0)
+++ jbpm3/branches/3.2.10.SP/core/src/test/resources/org/jbpm/graph/node/sub-process-async.cfg.xml	2011-03-29 15:36:08 UTC (rev 6907)
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+
+<jbpm-configuration>
+  <boolean name="jbpm.sub.process.async" value="true" />
+</jbpm-configuration>
\ No newline at end of file



More information about the jbpm-commits mailing list