<?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 Rigth way to get a form defined in process definition by REST in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/rigth-way-to-get-a-form-defined-in-process-definition-by-rest/m-p/206567#M159697</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;SPAN&gt;I got the task Id and I need to supply frontend with form content&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As far as I see I need to perform such data retrieval steps:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. &amp;lt;b&amp;gt;Get&amp;lt;/b&amp;gt; task by its Id, e.g. /runtime/tasks/95094&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Pick from task form_key = task['formKey'] and proc_def_url = task['processDefinitionUrl']&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. &amp;lt;b&amp;gt;Get&amp;lt;/b&amp;gt; proc_def from /repository/process-definitions/VacationProcess%3A1%3A93960&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. &amp;lt;b&amp;gt;Get&amp;lt;/b&amp;gt; deployment resources by proc_def["deploymentUrl"] /repository/deployments/93951/resources&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5. Find a proper resource by form_key and pick its url&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;6. &amp;lt;b&amp;gt;Get&amp;lt;/b&amp;gt; form data from resource url, e.g. /repository/deployments/93951/resourcedata/handle_request.yaml&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is that serie of 4 &amp;lt;b&amp;gt;GET&amp;lt;/b&amp;gt;'s right way to retrieve task form content for given task id?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Jun 2015 08:31:47 GMT</pubDate>
    <dc:creator>zloy</dc:creator>
    <dc:date>2015-06-16T08:31:47Z</dc:date>
    <item>
      <title>Rigth way to get a form defined in process definition by REST</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/rigth-way-to-get-a-form-defined-in-process-definition-by-rest/m-p/206567#M159697</link>
      <description>Hi,I got the task Id and I need to supply frontend with form contentAs far as I see I need to perform such data retrieval steps:1. &amp;lt;b&amp;gt;Get&amp;lt;/b&amp;gt; task by its Id, e.g. /runtime/tasks/950942. Pick from task form_key = task['formKey'] and proc_def_url = task['processDefinitionUrl']3. &amp;lt;b&amp;gt;G</description>
      <pubDate>Tue, 16 Jun 2015 08:31:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/rigth-way-to-get-a-form-defined-in-process-definition-by-rest/m-p/206567#M159697</guid>
      <dc:creator>zloy</dc:creator>
      <dc:date>2015-06-16T08:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: Rigth way to get a form defined in process definition by REST</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/rigth-way-to-get-a-form-defined-in-process-definition-by-rest/m-p/206568#M159698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;gently up&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 12:07:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/rigth-way-to-get-a-form-defined-in-process-definition-by-rest/m-p/206568#M159698</guid>
      <dc:creator>zloy</dc:creator>
      <dc:date>2015-06-17T12:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Rigth way to get a form defined in process definition by REST</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/rigth-way-to-get-a-form-defined-in-process-definition-by-rest/m-p/206569#M159699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, do I do completely insane things or that is what it's supposed to do&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 09:59:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/rigth-way-to-get-a-form-defined-in-process-definition-by-rest/m-p/206569#M159699</guid>
      <dc:creator>zloy</dc:creator>
      <dc:date>2015-06-22T09:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: Rigth way to get a form defined in process definition by REST</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/rigth-way-to-get-a-form-defined-in-process-definition-by-rest/m-p/206570#M159700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, you simply posted in the wrong forum (see description of this forum 'Only for discussing development of Activiti itself.'), hence why people look less here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The way you describe is the proper way, if you store the forms in the deployment. Of course, you can choose whatever you want to put in the formKey to optimize that.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2015 19:00:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/rigth-way-to-get-a-form-defined-in-process-definition-by-rest/m-p/206570#M159700</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2015-06-30T19:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: Rigth way to get a form defined in process definition by REST</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/rigth-way-to-get-a-form-defined-in-process-definition-by-rest/m-p/206571#M159701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&amp;gt;&amp;gt; No, you simply posted in the wrong forum&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ok, I see now, thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll post rephrased question in the right forum.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 11:54:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/rigth-way-to-get-a-form-defined-in-process-definition-by-rest/m-p/206571#M159701</guid>
      <dc:creator>zloy</dc:creator>
      <dc:date>2015-07-08T11:54:19Z</dc:date>
    </item>
  </channel>
</rss>

