<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Passing variabl to a shell task in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/passing-variabl-to-a-shell-task/m-p/185241#M138371</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Could you elaborate a bit more on "this doesn't work"?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Nov 2014 16:49:24 GMT</pubDate>
    <dc:creator>trademak</dc:creator>
    <dc:date>2014-11-14T16:49:24Z</dc:date>
    <item>
      <title>Passing variabl to a shell task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/passing-variabl-to-a-shell-task/m-p/185239#M138369</link>
      <description>Hello guy,I'm using Activiti-rest and having a hard time figuring out how to use variables in a shell task.I create a process instance using POST runtime/process-instances:{&amp;nbsp;&amp;nbsp; 'processDefinitionId':'xxxxx',&amp;nbsp;&amp;nbsp; 'variables' : [&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {'name' : 'myVar', 'value' : 'something'}&amp;nbsp;&amp;nbsp; ]}‍‍‍‍‍‍‍And my process def</description>
      <pubDate>Fri, 14 Nov 2014 13:20:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/passing-variabl-to-a-shell-task/m-p/185239#M138369</guid>
      <dc:creator>dmill</dc:creator>
      <dc:date>2014-11-14T13:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: Passing variabl to a shell task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/passing-variabl-to-a-shell-task/m-p/185240#M138370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Let me just correct that, I'm obviously using &lt;/SPAN&gt;&lt;STRONG&gt;${myVar}&lt;/STRONG&gt;&lt;SPAN&gt;. Sorry for the confusion, still need help though.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2014 13:21:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/passing-variabl-to-a-shell-task/m-p/185240#M138370</guid>
      <dc:creator>dmill</dc:creator>
      <dc:date>2014-11-14T13:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: Passing variabl to a shell task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/passing-variabl-to-a-shell-task/m-p/185241#M138371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Could you elaborate a bit more on "this doesn't work"?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2014 16:49:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/passing-variabl-to-a-shell-task/m-p/185241#M138371</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2014-11-14T16:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: Passing variabl to a shell task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/passing-variabl-to-a-shell-task/m-p/185242#M138372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for taking the time to answer. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;By "this doesn't work" I mean that ${myVar} seems null. As a testable example we could say that if we defined myVar = /tmp/thing.txt&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;then when trying the above replacing "echo" with "touch" then&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;touch ${myVar} should create a file but doesn't&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I replace ${myVar} by the actual path&amp;nbsp; I get : &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;touch /tmp/thing.txt And this works correctly and creates the file.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Nov 2014 02:20:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/passing-variabl-to-a-shell-task/m-p/185242#M138372</guid>
      <dc:creator>dmill</dc:creator>
      <dc:date>2014-11-15T02:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: Passing variabl to a shell task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/passing-variabl-to-a-shell-task/m-p/185243#M138373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just to make sure it's clear with everyone.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I create a process instance using POST runtime/process-instances:&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 'processDefinitionId':'xxxxx',&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 'variables' : [&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {'name' : 'myPath', 'value' : '/tmp/test.txt'}&lt;BR /&gt;&amp;nbsp;&amp;nbsp; ]&lt;BR /&gt;}&lt;BR /&gt;&lt;/CODE&gt;&lt;SPAN&gt;And my process definition contains:&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;serviceTask id="console" activiti:type="shell" &amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;extensionElements&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;activiti:field name="command" stringValue="touch" /&amp;gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;activiti:field name="arg1" stringValue="${myPath}" /&amp;gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/extensionElements&amp;gt;&lt;BR /&gt;&amp;lt;/serviceTask&amp;gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;The above does not create a file at /tmp/test.txt&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But the code bellow does :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;serviceTask id="console" activiti:type="shell" &amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;extensionElements&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;activiti:field name="command" stringValue="touch" /&amp;gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;activiti:field name="arg1" stringValue="/tmp/test.txt" /&amp;gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/extensionElements&amp;gt;&lt;BR /&gt;&amp;lt;/serviceTask&amp;gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone tell me how to properly use the variables I sent to the process?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Nov 2014 19:08:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/passing-variabl-to-a-shell-task/m-p/185243#M138373</guid>
      <dc:creator>dmill</dc:creator>
      <dc:date>2014-11-15T19:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: Passing variabl to a shell task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/passing-variabl-to-a-shell-task/m-p/185244#M138374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have you verified the variable is tored in the database, or by printing it out before your shell task?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I havent got the code in front of me, but it might be good to check if the shellTaskActivityBehavior supports expressions, and not just regular strings as fields.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 23:22:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/passing-variabl-to-a-shell-task/m-p/185244#M138374</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-11-19T23:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: Passing variabl to a shell task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/passing-variabl-to-a-shell-task/m-p/185245#M138375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks a lot for taking the time to reply. Yes the variables are properly set.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There was a previous post where this question was asked ands resolved but I fail to understand the answer that was given. Any clarification would be great. here's the link:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.activiti.org/content/accessing-form-variable-subsequent-shell-task" rel="nofollow noopener noreferrer"&gt;http://forums.activiti.org/content/accessing-form-variable-subsequent-shell-task&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 22:17:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/passing-variabl-to-a-shell-task/m-p/185245#M138375</guid>
      <dc:creator>dmill</dc:creator>
      <dc:date>2014-11-20T22:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: Passing variabl to a shell task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/passing-variabl-to-a-shell-task/m-p/185246#M138376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey guys,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't mean to be insistant but this is proving to be a huge sticking point for us. And we're stuck until we find a solution. I would find it odd that a shell Task wouldn't accept expressions (really defeats the purpose) so I'm sure it's just a matter of figuring out how to get the functionality to work. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Like I posted earlier. An explanation was given to the same problem and I just don't know how to interpret it. Where do I put my expression?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 22:37:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/passing-variabl-to-a-shell-task/m-p/185246#M138376</guid>
      <dc:creator>dmill</dc:creator>
      <dc:date>2014-11-21T22:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Passing variabl to a shell task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/passing-variabl-to-a-shell-task/m-p/185247#M138377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;anyone?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 01:14:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/passing-variabl-to-a-shell-task/m-p/185247#M138377</guid>
      <dc:creator>dmill</dc:creator>
      <dc:date>2014-11-26T01:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: Passing variabl to a shell task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/passing-variabl-to-a-shell-task/m-p/185248#M138378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;serviceTask id="shellEcho" activiti:type="shell"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;extensionElements&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;activiti:field name="command" stringValue="cmd" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;activiti:field name="arg1" stringValue="/c" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;activiti:field name="arg2" stringValue="echo" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;activiti:field name="arg3" stringValue="EchoTest" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;activiti:field name="wait" stringValue="true" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;activiti:field name="outputVariable" stringValue="resultVar"/&amp;gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/extensionElements&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/serviceTask&amp;gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;arg1..3 can be expressions (e.g. use ${varName} )&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 07:19:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/passing-variabl-to-a-shell-task/m-p/185248#M138378</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2014-11-26T07:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: Passing variabl to a shell task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/passing-variabl-to-a-shell-task/m-p/185249#M138379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the reply martin but this doesn't seem to work. If you check my example from post #5 you will see that this is not producing the expected result. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The variable is correctly set when I check activiti-explorer, shows the right characters as well. But acts as if it's null when used like you suggest. Which is why I'm confused and seeking help here.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 20:51:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/passing-variabl-to-a-shell-task/m-p/185249#M138379</guid>
      <dc:creator>dmill</dc:creator>
      <dc:date>2014-11-26T20:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: Passing variabl to a shell task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/passing-variabl-to-a-shell-task/m-p/185250#M138380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;activiti:field name="arg1" stringValue="${myPath}" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;doesn't work&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;activiti:field name="arg1"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;activiti:expression&amp;gt;${myPath}&amp;lt;/activiti:expression&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;/activiti:field&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;does&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2014 07:32:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/passing-variabl-to-a-shell-task/m-p/185250#M138380</guid>
      <dc:creator>ollib</dc:creator>
      <dc:date>2014-11-27T07:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: Passing variabl to a shell task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/passing-variabl-to-a-shell-task/m-p/185251#M138381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; HashMap&amp;lt;String, Object&amp;gt; variables = new HashMap&amp;lt;String, Object&amp;gt;();&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; variables.put("textToPrint", "Hello World!");&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ProcessInstance pi = runtimeService.startProcessInstanceByKey("echoShellWindowsWithVariable", variables);&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;serviceTask id="shellEcho" activiti:type="shell"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;extensionElements&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;activiti:field name="command" stringValue="cmd" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;activiti:field name="arg1" stringValue="/c" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;activiti:field name="arg2" stringValue="echo" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;activiti:field name="arg3" expression="${textToPrint}" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;activiti:field name="wait" stringValue="true" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;activiti:field name="outputVariable" stringValue="resultVar"/&amp;gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/extensionElements&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/serviceTask&amp;gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2014 08:20:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/passing-variabl-to-a-shell-task/m-p/185251#M138381</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2014-11-27T08:20:31Z</dc:date>
    </item>
  </channel>
</rss>

