<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to queueProcessAction</title><link>https://sourceforge.net/p/coils/wiki/queueProcessAction/</link><description>Recent changes to queueProcessAction</description><atom:link href="https://sourceforge.net/p/coils/wiki/queueProcessAction/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 08 Jan 2014 15:05:45 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/coils/wiki/queueProcessAction/feed" rel="self" type="application/rss+xml"/><item><title>queueProcessAction modified by Adam Tauno Williams</title><link>https://sourceforge.net/p/coils/wiki/queueProcessAction/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -4,10 +4,10 @@

 #queueProcessAction

-Queues a new process for execution.
+Queues a new [process](Process) for execution.

-The input message of this action will be the input message of a new process created from the specified [route](Route). The new process will be placed in the queued state. The output message of the action contains the object id of the new queued process.
-Unless otherwise specified by the inheritXATTRs parameter [with a value of “NO”] the XATTR [object properties](ObjectProperty) of the current process will be copied to the newly queued process1.
+The input message of this action will be the input message of a new process created from the specified [route](Route). The new [process](Process) will be placed in the queued state. The output message of the action contains the object id of the new queued process.
+Unless otherwise specified by the inheritXATTRs parameter \[with a value of "NO"\] the XATTR [object properties](ObjectProperty) of the current process will be copied to the newly queued process.

 ##Parameters

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adam Tauno Williams</dc:creator><pubDate>Wed, 08 Jan 2014 15:05:45 -0000</pubDate><guid>https://sourceforge.netcf0a19ef03b5a4c759d70e56712ec4a45d5639bd</guid></item><item><title>queueProcessAction modified by Adam Tauno Williams</title><link>https://sourceforge.net/p/coils/wiki/queueProcessAction/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -6,8 +6,8 @@

 Queues a new process for execution.

-The input message of this action will be the input message of a new process created from the specified route. The new process will be placed in the queued state. The output message of the action contains the object id of the new queued process.
-Unless otherwise specified by the inheritXATTRs parameter [with a value of “NO”] the XATTR object properties of the current process will be copied to the newly queued process1.
+The input message of this action will be the input message of a new process created from the specified [route](Route). The new process will be placed in the queued state. The output message of the action contains the object id of the new queued process.
+Unless otherwise specified by the inheritXATTRs parameter [with a value of “NO”] the XATTR [object properties](ObjectProperty) of the current process will be copied to the newly queued process1.

 ##Parameters

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adam Tauno Williams</dc:creator><pubDate>Wed, 08 Jan 2014 15:04:25 -0000</pubDate><guid>https://sourceforge.net026387005488621bf28fbab8eb20b0b598abcfc2</guid></item><item><title>queueProcessAction modified by Adam Tauno Williams</title><link>https://sourceforge.net/p/coils/wiki/queueProcessAction/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;&lt;a class="" href="/p/coils/wiki/OpenGroupwareIntegrationEngine/"&gt;OIE&lt;/a&gt;&lt;/p&gt;
&lt;div class="toc"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#queueprocessaction"&gt;queueProcessAction&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="#parameters"&gt;Parameters&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#example"&gt;Example&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#possible-errors"&gt;Possible Errors&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h1 id="queueprocessaction"&gt;queueProcessAction&lt;/h1&gt;
&lt;p&gt;Queues a new process for execution.&lt;/p&gt;
&lt;p&gt;The input message of this action will be the input message of a new process created from the specified route. The new process will be placed in the queued state. The output message of the action contains the object id of the new queued process.&lt;br /&gt;
Unless otherwise specified by the inheritXATTRs parameter &lt;span&gt;[with a value of “NO”]&lt;/span&gt; the XATTR object properties of the current process will be copied to the newly queued process1.&lt;/p&gt;
&lt;h2 id="parameters"&gt;Parameters&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Parameter&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;routeName&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;inheritXATTRs&lt;/td&gt;
&lt;td&gt;Default: YES&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;priority&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="example"&gt;Example&lt;/h2&gt;
&lt;p&gt;Creates a new process from the "MVPCatalogOut" route whose input message will be the contents of the current processes' "objectId" message.&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="nt"&gt;&amp;lt;action&lt;/span&gt; &lt;span class="na"&gt;name=&lt;/span&gt;&lt;span class="s"&gt;&amp;quot;actionActivity&amp;quot;&lt;/span&gt; &lt;span class="na"&gt;id=&lt;/span&gt;&lt;span class="s"&gt;&amp;quot;000000000008&amp;quot;&lt;/span&gt; 
        &lt;span class="na"&gt;extensionAttributes=&lt;/span&gt;&lt;span class="s"&gt;&amp;quot;MVPSpoolCatalogs/000000000008&amp;quot;&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt; 
    &lt;span class="nt"&gt;&amp;lt;input&lt;/span&gt; &lt;span class="na"&gt;property=&lt;/span&gt;&lt;span class="s"&gt;&amp;quot;message&amp;quot;&lt;/span&gt; &lt;span class="na"&gt;formatter=&lt;/span&gt;&lt;span class="s"&gt;&amp;quot;StandardRaw&amp;quot;&lt;/span&gt;&lt;span class="nt"&gt;/&amp;gt;&lt;/span&gt; 
    &lt;span class="nt"&gt;&amp;lt;output&amp;gt;&amp;lt;source&lt;/span&gt; &lt;span class="na"&gt;property=&lt;/span&gt;&lt;span class="s"&gt;&amp;quot;objectId&amp;quot;&lt;/span&gt;&lt;span class="nt"&gt;/&amp;gt;&amp;lt;/output&amp;gt;&lt;/span&gt; 
    &lt;span class="nt"&gt;&amp;lt;attributes&lt;/span&gt; &lt;span class="na"&gt;xmlns=&lt;/span&gt;&lt;span class="s"&gt;&amp;quot;&amp;quot;&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt; 
        &lt;span class="nt"&gt;&amp;lt;extension&lt;/span&gt; &lt;span class="na"&gt;name=&lt;/span&gt;&lt;span class="s"&gt;&amp;quot;activityName&amp;quot;&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;queueProcess&lt;span class="nt"&gt;&amp;lt;/extension&amp;gt;&lt;/span&gt; 
        &lt;span class="nt"&gt;&amp;lt;extension&lt;/span&gt; &lt;span class="na"&gt;name=&lt;/span&gt;&lt;span class="s"&gt;&amp;quot;validation&amp;quot;&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;false&lt;span class="nt"&gt;&amp;lt;/extension&amp;gt;&lt;/span&gt; 
        &lt;span class="nt"&gt;&amp;lt;extension&lt;/span&gt; &lt;span class="na"&gt;name=&lt;/span&gt;&lt;span class="s"&gt;&amp;quot;routeName&amp;quot;&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;MVPCatalogOut&lt;span class="nt"&gt;&amp;lt;/extension&amp;gt;&lt;/span&gt; 
        &lt;span class="nt"&gt;&amp;lt;extension&lt;/span&gt; &lt;span class="na"&gt;name=&lt;/span&gt;&lt;span class="s"&gt;&amp;quot;isSavedInContext&amp;quot;&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;true&lt;span class="nt"&gt;&amp;lt;/extension&amp;gt;&lt;/span&gt; 
    &lt;span class="nt"&gt;&amp;lt;/attributes&amp;gt;&lt;/span&gt; 
&lt;span class="nt"&gt;&amp;lt;/action&amp;gt;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;h2 id="possible-errors"&gt;Possible Errors&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;TBD&lt;/strong&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adam Tauno Williams</dc:creator><pubDate>Wed, 08 Jan 2014 15:03:51 -0000</pubDate><guid>https://sourceforge.netba551cb85c1b2c6219fe9f811bd9679a0cfffbac</guid></item></channel></rss>