<?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 Is it possible to have sub forms in Activiti workflow? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-to-have-sub-forms-in-activiti-workflow/m-p/28720#M14610</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;BR /&gt;&lt;SPAN&gt;I am new to Activiti, and I have developed a simple workflow in Kickstart with 2 activities, one for request submission and another for approval. I want to know whether we have options for adding sub-forms i.e. the data entered in the request form should be shown in approval form with readonly option and the approver can just approve/reject the request by viewing the submitted detail.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help in this regard would be highly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Vignesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 02 Apr 2011 10:09:18 GMT</pubDate>
    <dc:creator>vignesh1</dc:creator>
    <dc:date>2011-04-02T10:09:18Z</dc:date>
    <item>
      <title>Is it possible to have sub forms in Activiti workflow?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-to-have-sub-forms-in-activiti-workflow/m-p/28720#M14610</link>
      <description>Hi,I am new to Activiti, and I have developed a simple workflow in Kickstart with 2 activities, one for request submission and another for approval. I want to know whether we have options for adding sub-forms i.e. the data entered in the request form should be shown in approval form with readonly op</description>
      <pubDate>Sat, 02 Apr 2011 10:09:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-to-have-sub-forms-in-activiti-workflow/m-p/28720#M14610</guid>
      <dc:creator>vignesh1</dc:creator>
      <dc:date>2011-04-02T10:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to have sub forms in Activiti workflow?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-to-have-sub-forms-in-activiti-workflow/m-p/28721#M14611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When you use the built-in form-rendering, you can just use expressions to show the values filled in in the first form in HTML (eg: vacation request, approve.form):&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;h1&amp;gt;Vacation Approval&amp;lt;/h1&amp;gt;&lt;BR /&gt;&amp;lt;p&amp;gt;&lt;BR /&gt;&amp;nbsp; ${employeeName} would like to take ${numberOfDays} day(s) of vacation.&lt;BR /&gt;&amp;lt;/p&amp;gt;&lt;BR /&gt;&amp;lt;p&amp;gt;&lt;BR /&gt;&amp;nbsp; Motivation: ${vacationMotivation}&lt;BR /&gt;&amp;lt;/p&amp;gt;&lt;BR /&gt;&amp;lt;p&amp;gt;&lt;BR /&gt;&amp;nbsp; Do you approve this?&lt;BR /&gt;&amp;nbsp; &amp;lt;select name="vacationApproved"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;option value="true"&amp;gt;Yes&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;option value="false"&amp;gt;No&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/select&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;input type="hidden" name="vacationApproved_type" value="Boolean" /&amp;gt;&lt;BR /&gt;&amp;lt;/p&amp;gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;When using external rendering and form-properties, you can add read-only form-properties:&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt; &amp;lt;activiti:formProperty id="speaker" variable="SpeakerName" writable="false" /&amp;gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2011 06:31:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-to-have-sub-forms-in-activiti-workflow/m-p/28721#M14611</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2011-04-04T06:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to have sub forms in Activiti workflow?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-to-have-sub-forms-in-activiti-workflow/m-p/28722#M14612</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;Thanks a lot for the reply, It worked for me and Im able to get the values using the expressions. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to know how to add the drop downs in a form using Kick-start, because when i tried adding the options I can see only text/number/date options for the form elements. Kindly help me in this regard.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Vignesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2011 10:41:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-to-have-sub-forms-in-activiti-workflow/m-p/28722#M14612</guid>
      <dc:creator>vignesh1</dc:creator>
      <dc:date>2011-04-04T10:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to have sub forms in Activiti workflow?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-to-have-sub-forms-in-activiti-workflow/m-p/28723#M14613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;this is currently not supported yet vby kickstart afaik… sorry.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2011 11:18:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-to-have-sub-forms-in-activiti-workflow/m-p/28723#M14613</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2011-04-04T11:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to have sub forms in Activiti workflow?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-to-have-sub-forms-in-activiti-workflow/m-p/28724#M14614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Ronald,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you pls let me know whether anyother web-app tool from Activiti support form rendering with Drop downs apart from Kick-start?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Vignesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2011 11:44:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-to-have-sub-forms-in-activiti-workflow/m-p/28724#M14614</guid>
      <dc:creator>vignesh1</dc:creator>
      <dc:date>2011-04-04T11:44:52Z</dc:date>
    </item>
  </channel>
</rss>

