<?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: Can't get form data with Rest in Activiti 6 in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/can-t-get-form-data-with-rest-in-activiti-6/m-p/36276#M15298</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul!&lt;/P&gt;&lt;P&gt;I'm very appreciate for your reply and I understood this mechanism.&lt;/P&gt;&lt;P&gt;By the way, what I'm trying to do is create a form on Activiti and use REST to get the form properties. Then, I render it into a form in my web page for user to type some value into it and submit form to complete task. Everything is work fine. Now I want to make 2 enum fields which are drop down list, when user select item in first enum field, the second enum field will be autofilled. Ex: you select Apple in first enum field and second field will be autofilled with Iphone 4,5,6... Is it possible to do in Activiti?&lt;/P&gt;&lt;P&gt;Sorry for my bad English because English is not my first language. I searched many post in here but no one do this thing before. Hope you can give me some opinion.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 May 2019 03:24:26 GMT</pubDate>
    <dc:creator>nhhao1996</dc:creator>
    <dc:date>2019-05-07T03:24:26Z</dc:date>
    <item>
      <title>Can't get form data with Rest in Activiti 6</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/can-t-get-form-data-with-rest-in-activiti-6/m-p/36273#M15295</link>
      <description>Hi everyone!I'm researching about Activiti 6.When I used version 5.22.0 with Designer plugin in Eclipse, I can create form properties and Activiti Explorer will render into a form for me. I can use GET form/form-data?&amp;lt;taskId&amp;gt; to get form data.But in Activiti 6, there is no Designer plugin, I c</description>
      <pubDate>Sat, 04 May 2019 03:26:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/can-t-get-form-data-with-rest-in-activiti-6/m-p/36273#M15295</guid>
      <dc:creator>nhhao1996</dc:creator>
      <dc:date>2019-05-04T03:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get form data with Rest in Activiti 6</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/can-t-get-form-data-with-rest-in-activiti-6/m-p/36274#M15296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well! 3 days and no any reply?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2019 01:38:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/can-t-get-form-data-with-rest-in-activiti-6/m-p/36274#M15296</guid>
      <dc:creator>nhhao1996</dc:creator>
      <dc:date>2019-05-07T01:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get form data with Rest in Activiti 6</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/can-t-get-form-data-with-rest-in-activiti-6/m-p/36275#M15297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;B&gt;Hao Nguyen&lt;/B&gt;‌, I am in no way an expert in this topic but here is what I think the issue is.&amp;nbsp; In Activiti 6 the use of the Web UI (e.g. activiti_app) to create a form and link it to a task is a completely different mechanism and has nothing to do with the way you have done forms in the past.&amp;nbsp; The historical way you've used forms inclusive of "&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;GET form/form-data?&amp;lt;taskId&amp;gt;"&lt;/SPAN&gt;&amp;nbsp;continues to be supported in Activiti 6 exactly as you have done it in the past in Activiti 5.22 and is described in the Activiti 6 documentation here -&amp;nbsp;&lt;A href="https://www.activiti.org/userguide/#_forms" rel="nofollow noopener noreferrer"&gt;https://www.activiti.org/userguide/#_forms&lt;/A&gt;.&amp;nbsp; Think of this new way using the Web UI as an optional new way that provides the ability to visually model forms and link them to a task but this is not a replacement for the old way which should continue to be working fine.&amp;nbsp; I hope this is helpful.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2019 03:02:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/can-t-get-form-data-with-rest-in-activiti-6/m-p/36275#M15297</guid>
      <dc:creator>paul_roth</dc:creator>
      <dc:date>2019-05-07T03:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get form data with Rest in Activiti 6</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/can-t-get-form-data-with-rest-in-activiti-6/m-p/36276#M15298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul!&lt;/P&gt;&lt;P&gt;I'm very appreciate for your reply and I understood this mechanism.&lt;/P&gt;&lt;P&gt;By the way, what I'm trying to do is create a form on Activiti and use REST to get the form properties. Then, I render it into a form in my web page for user to type some value into it and submit form to complete task. Everything is work fine. Now I want to make 2 enum fields which are drop down list, when user select item in first enum field, the second enum field will be autofilled. Ex: you select Apple in first enum field and second field will be autofilled with Iphone 4,5,6... Is it possible to do in Activiti?&lt;/P&gt;&lt;P&gt;Sorry for my bad English because English is not my first language. I searched many post in here but no one do this thing before. Hope you can give me some opinion.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2019 03:24:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/can-t-get-form-data-with-rest-in-activiti-6/m-p/36276#M15298</guid>
      <dc:creator>nhhao1996</dc:creator>
      <dc:date>2019-05-07T03:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get form data with Rest in Activiti 6</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/can-t-get-form-data-with-rest-in-activiti-6/m-p/36277#M15299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A _jive_internal="true" data-id="180868" data-objecttype="3" data-orig-content="Hao Nguyen" data-type="person" href="https://community.alfresco.com/people/nhhao1996" rel="nofollow noopener noreferrer"&gt;Hao Nguyen&lt;/A&gt;‌ my opinion is that it can be done by adding&amp;nbsp;some JavaScript, but I could not guide you directly.&amp;nbsp; You might want to take a look at Activiti 7 where you would be able to take advantage of the Alfresco Application Development Framework (ADF) which gives you a much more advanced set of tools/prebuilt functionality for developing great experiences including the requirement you've specified to create dependent relationships between field forms.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a link to the &lt;A href="https://www.alfresco.com/abn/adf/" rel="nofollow noopener noreferrer"&gt;ADF&lt;/A&gt; &lt;A href="https://www.alfresco.com/abn/adf/docs/" rel="nofollow noopener noreferrer"&gt;Documentation&lt;/A&gt; -&amp;nbsp;&lt;A href="https://www.alfresco.com/abn/adf/docs/" rel="nofollow noopener noreferrer"&gt;https://www.alfresco.com/abn/adf/docs/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Here is a link to the ADF Form Rendering Service -&amp;nbsp;&lt;A href="https://www.alfresco.com/abn/adf/docs/core/services/form-rendering.service/" rel="nofollow noopener noreferrer"&gt;https://www.alfresco.com/abn/adf/docs/core/services/form-rendering.service/&lt;/A&gt;&amp;nbsp;which may be a useful place to start.&lt;/P&gt;&lt;P&gt;Note that this does work with Activiti 7 as well as our commercial enterprise offering which is referred to in the documentation as "Process Services."&amp;nbsp; In particular, the following link to the ADF "&lt;A href="https://www.alfresco.com/abn/adf/docs/process-services-cloud/" rel="nofollow noopener noreferrer"&gt;Process Services Cloud API&lt;/A&gt;" is the specific ADF components and services that correctly work with Activiti 7 -&amp;nbsp;&lt;A href="https://www.alfresco.com/abn/adf/docs/process-services-cloud/" rel="nofollow noopener noreferrer"&gt;https://www.alfresco.com/abn/adf/docs/process-services-cloud/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2019 05:07:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/can-t-get-form-data-with-rest-in-activiti-6/m-p/36277#M15299</guid>
      <dc:creator>paul_roth</dc:creator>
      <dc:date>2019-05-07T05:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get form data with Rest in Activiti 6</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/can-t-get-form-data-with-rest-in-activiti-6/m-p/36278#M15300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well I will keep in mind your opinion!&lt;/P&gt;&lt;P&gt;I think I will find out how to add javascript to do this because I don't intent to use Activiti 7 now.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2019 06:47:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/can-t-get-form-data-with-rest-in-activiti-6/m-p/36278#M15300</guid>
      <dc:creator>nhhao1996</dc:creator>
      <dc:date>2019-05-07T06:47:50Z</dc:date>
    </item>
  </channel>
</rss>

