<?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: Is there a way,start BPMNprocess using data in grid format? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/is-there-a-way-start-bpmnprocess-using-data-in-grid-format/m-p/130697#M91824</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Why not put all table-data in a variable-map? What is the issue with that? or store each record of a single row in a POJO that implements Serializable. Serializables can be stored in the process as a variable…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Mar 2013 11:23:21 GMT</pubDate>
    <dc:creator>frederikherema1</dc:creator>
    <dc:date>2013-03-14T11:23:21Z</dc:date>
    <item>
      <title>Is there a way,start BPMNprocess using data in grid format?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-there-a-way-start-bpmnprocess-using-data-in-grid-format/m-p/130694#M91821</link>
      <description>I have a requirement to pass the grid data to the bpmn process.example&lt;IMG id="smileyfrustrated" class="emoticon emoticon-smileyfrustrated" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-frustrated.png" alt="Smiley Frustrated" title="Smiley Frustrated" /&gt;SN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Income1234&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fox&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30002345&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; king&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 50002367&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; raj&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6000 As far as i know we can only pass the variable map(key,value) to the bpmn process. Is there any way to pass the above data.If</description>
      <pubDate>Tue, 12 Mar 2013 12:18:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-there-a-way-start-bpmnprocess-using-data-in-grid-format/m-p/130694#M91821</guid>
      <dc:creator>cv556</dc:creator>
      <dc:date>2013-03-12T12:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way,start BPMNprocess using data in grid format?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-there-a-way-start-bpmnprocess-using-data-in-grid-format/m-p/130695#M91822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It looks to me like a regular String, no? Can't you just store it as a string and parse it whenever you need it?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2013 09:08:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-there-a-way-start-bpmnprocess-using-data-in-grid-format/m-p/130695#M91822</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2013-03-13T09:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way,start BPMNprocess using data in grid format?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-there-a-way-start-bpmnprocess-using-data-in-grid-format/m-p/130696#M91823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi jbarrez,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Its not a string.i have a table with columns "SSN, NAME, INCOME".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have an external jsp with form parameters same as columns "SSN, NAME, INCOME" which is attached to user task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Question 1: i want to populate the table's data i.e., ssn, name, income onto form using ACtiviti bpmn.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Question 2: is it possible to start the process with the table data instead of variable map.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2013 09:55:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-there-a-way-start-bpmnprocess-using-data-in-grid-format/m-p/130696#M91823</guid>
      <dc:creator>cv556</dc:creator>
      <dc:date>2013-03-13T09:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way,start BPMNprocess using data in grid format?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-there-a-way-start-bpmnprocess-using-data-in-grid-format/m-p/130697#M91824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Why not put all table-data in a variable-map? What is the issue with that? or store each record of a single row in a POJO that implements Serializable. Serializables can be stored in the process as a variable…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 11:23:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-there-a-way-start-bpmnprocess-using-data-in-grid-format/m-p/130697#M91824</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-03-14T11:23:21Z</dc:date>
    </item>
  </channel>
</rss>

