<?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: I want to make 'cc' as optional in mail task in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/i-want-to-make-cc-as-optional-in-mail-task/m-p/243178#M196308</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Sandeep,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem is that &lt;/SPAN&gt;&lt;CODE&gt;${cc}&lt;/CODE&gt;&lt;SPAN&gt; must be evaluated. &lt;/SPAN&gt;&lt;CODE&gt;cc&lt;/CODE&gt;&lt;SPAN&gt; variable does not exist that's why exception is thrown.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Use the expression which returns &lt;/SPAN&gt;&lt;CODE&gt;null&lt;/CODE&gt;&lt;SPAN&gt; in the case when &lt;/SPAN&gt;&lt;CODE&gt;cc&lt;/CODE&gt;&lt;SPAN&gt; variable does not exist.&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, 15 Jun 2016 08:58:03 GMT</pubDate>
    <dc:creator>martin_grofcik</dc:creator>
    <dc:date>2016-06-15T08:58:03Z</dc:date>
    <item>
      <title>I want to make 'cc' as optional in mail task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/i-want-to-make-cc-as-optional-in-mail-task/m-p/243177#M196307</link>
      <description>I want to make "cc" as optional in mail task, If no value passed to "cc" it is throwing below error. Can any one tell me how to solve it. My Mail Task code :&amp;lt;serviceTask id="submitrequestmail" name="User Submit Request Mail" activiti:type="mail"&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;extensionElements&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;activ</description>
      <pubDate>Tue, 14 Jun 2016 11:40:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/i-want-to-make-cc-as-optional-in-mail-task/m-p/243177#M196307</guid>
      <dc:creator>sandeep_upatang</dc:creator>
      <dc:date>2016-06-14T11:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: I want to make 'cc' as optional in mail task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/i-want-to-make-cc-as-optional-in-mail-task/m-p/243178#M196308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Sandeep,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem is that &lt;/SPAN&gt;&lt;CODE&gt;${cc}&lt;/CODE&gt;&lt;SPAN&gt; must be evaluated. &lt;/SPAN&gt;&lt;CODE&gt;cc&lt;/CODE&gt;&lt;SPAN&gt; variable does not exist that's why exception is thrown.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Use the expression which returns &lt;/SPAN&gt;&lt;CODE&gt;null&lt;/CODE&gt;&lt;SPAN&gt; in the case when &lt;/SPAN&gt;&lt;CODE&gt;cc&lt;/CODE&gt;&lt;SPAN&gt; variable does not exist.&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, 15 Jun 2016 08:58:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/i-want-to-make-cc-as-optional-in-mail-task/m-p/243178#M196308</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2016-06-15T08:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: I want to make 'cc' as optional in mail task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/i-want-to-make-cc-as-optional-in-mail-task/m-p/243179#M196309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please provide example &lt;B&gt;Martin Grofcik&lt;/B&gt;‌? I come across same situation tried few options but did not get any success. Ex.. ${execution.getVariable("cc")!=null}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2016 14:18:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/i-want-to-make-cc-as-optional-in-mail-task/m-p/243179#M196309</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2016-12-15T14:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: I want to make 'cc' as optional in mail task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/i-want-to-make-cc-as-optional-in-mail-task/m-p/243180#M196310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mittal,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;CODE style="border: 0px; font-weight: inherit;"&gt;&amp;lt;activiti:expression&amp;gt;&amp;lt;![CDATA[${execution.getVariable("cc")}]]&amp;gt;&amp;lt;/activiti:expression&amp;gt;&lt;/CODE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2016 18:00:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/i-want-to-make-cc-as-optional-in-mail-task/m-p/243180#M196310</guid>
      <dc:creator>cjose</dc:creator>
      <dc:date>2016-12-21T18:00:01Z</dc:date>
    </item>
  </channel>
</rss>

