<?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: Error at Activiti Explorer when Sub process Called in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/error-at-activiti-explorer-when-sub-process-called/m-p/201941#M155071</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you double-check what the type of all variables in the activiti:in are, at the point where the call activity is started (can be done in ACT_RU_VARIABLE table)? There is a boolean in there somewhere, probably passed from the super-process that you're trying to use as a String-field instead…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Jul 2014 11:57:55 GMT</pubDate>
    <dc:creator>frederikherema1</dc:creator>
    <dc:date>2014-07-25T11:57:55Z</dc:date>
    <item>
      <title>Error at Activiti Explorer when Sub process Called</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-at-activiti-explorer-when-sub-process-called/m-p/201938#M155068</link>
      <description>Hi,I created a main process where I have a sub process call thro' "Call Activity". I am able to complete all user tasks successfully before the "Call Activity". The "Call ACtivity" is able to call the sub process. When I logged in into first assignee, I do not have the defined forms. In the inbox, I</description>
      <pubDate>Thu, 24 Jul 2014 04:45:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-at-activiti-explorer-when-sub-process-called/m-p/201938#M155068</guid>
      <dc:creator>rajendiran</dc:creator>
      <dc:date>2014-07-24T04:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: Error at Activiti Explorer when Sub process Called</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-at-activiti-explorer-when-sub-process-called/m-p/201939#M155069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The exceptions seems to hint there is something wrong with the form:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Caused by: java.lang.ClassCastException: java.lang.Boolean cannot be cast to java.lang.String&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.activiti.engine.impl.form.StringFormType.convertModelValueToFormValue(StringFormType.java:38)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2014 08:29:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-at-activiti-explorer-when-sub-process-called/m-p/201939#M155069</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-07-25T08:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error at Activiti Explorer when Sub process Called</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-at-activiti-explorer-when-sub-process-called/m-p/201940#M155070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear Mr. Jbarrez,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The error still persists. But I am sure that I do not have any boolean parameters in the form. I attached the complete bpmn file for your kind reference. Please look into that and help me to fix this bug.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks and Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Rajendiran R&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2014 11:33:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-at-activiti-explorer-when-sub-process-called/m-p/201940#M155070</guid>
      <dc:creator>rajendiran</dc:creator>
      <dc:date>2014-07-25T11:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: Error at Activiti Explorer when Sub process Called</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-at-activiti-explorer-when-sub-process-called/m-p/201941#M155071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you double-check what the type of all variables in the activiti:in are, at the point where the call activity is started (can be done in ACT_RU_VARIABLE table)? There is a boolean in there somewhere, probably passed from the super-process that you're trying to use as a String-field instead…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2014 11:57:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-at-activiti-explorer-when-sub-process-called/m-p/201941#M155071</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2014-07-25T11:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: Error at Activiti Explorer when Sub process Called</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-at-activiti-explorer-when-sub-process-called/m-p/201942#M155072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear Mr. Freder,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot for your suggestion. I fixed this bug with reference to your suggestion.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There was no boolean variable in "activiti:in". What happened was that I did null check for the fields in the input of "Call Activity". The activiti engine created all those parameters as boolean columns in ACT_RU_VARIABLE table. That's why, I got ClassCastException. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have another smallest issue. I defined a parameter called "BankFeedback" inside the subprocess. The data in the "BankFeedback" form is not coming from sub process to parent process. I attached my bpmn file herewith for your reference.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Rajendiran R&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 05:49:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-at-activiti-explorer-when-sub-process-called/m-p/201942#M155072</guid>
      <dc:creator>rajendiran</dc:creator>
      <dc:date>2014-07-28T05:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error at Activiti Explorer when Sub process Called</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-at-activiti-explorer-when-sub-process-called/m-p/201943#M155073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear Mr. Freder,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I fixed the above mentioned issue. Thanks for your help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Rajendiran R&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 06:27:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-at-activiti-explorer-when-sub-process-called/m-p/201943#M155073</guid>
      <dc:creator>rajendiran</dc:creator>
      <dc:date>2014-07-28T06:27:50Z</dc:date>
    </item>
  </channel>
</rss>

