<?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 How to get the endEvent From? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-the-endevent-from/m-p/124331#M87491</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi: everyone&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i'm a new guy.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I see the formService can getRenderedTaskForm and getRenderedStartForm.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My question is :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can I set a form for endEvent like this &amp;lt;endEvent id="end" name="The End" activiti:formKey="end.form"&amp;gt;&amp;lt;/endEvent&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and how can I getRenderedEndForm like taskFom and startForm above, because I need to review the process instance with external form.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks a lot.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wliang_bj&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Apr 2013 08:11:39 GMT</pubDate>
    <dc:creator>wliang_bj</dc:creator>
    <dc:date>2013-04-03T08:11:39Z</dc:date>
    <item>
      <title>How to get the endEvent From?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-the-endevent-from/m-p/124331#M87491</link>
      <description>hi: everyonei'm a new guy.I see the formService can getRenderedTaskForm and getRenderedStartForm.My question is :Can I set a form for endEvent like this &amp;lt;endEvent id="end" name="The End" activiti:formKey="end.form"&amp;gt;&amp;lt;/endEvent&amp;gt;and how can I getRenderedEndForm like taskFom and startForm ab</description>
      <pubDate>Wed, 03 Apr 2013 08:11:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-get-the-endevent-from/m-p/124331#M87491</guid>
      <dc:creator>wliang_bj</dc:creator>
      <dc:date>2013-04-03T08:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the endEvent From?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-the-endevent-from/m-p/124332#M87492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;An end-event requires NO user-input and therefor cannot contain a form…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 09:00:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-get-the-endevent-from/m-p/124332#M87492</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-04-03T09:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the endEvent From?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-the-endevent-from/m-p/124333#M87493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ok,friend!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My target is to display the whole process detail after the process finished.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and I want the format can be define as an external form like startform and taskform of the activiti already used.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;would you give me some suggestion?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;An end-event requires NO user-input and therefor cannot contain a form…&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Apr 2013 00:54:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-get-the-endevent-from/m-p/124333#M87493</guid>
      <dc:creator>wliang_bj</dc:creator>
      <dc:date>2013-04-07T00:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the endEvent From?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-the-endevent-from/m-p/124334#M87494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;frederikheremans&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I think end-event is some time like start-event.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;you see&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; start event has user-input ,but no history user-input.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; task&amp;nbsp; event can view starter-input and previos input，current input is left as blank.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;so， my suggestion is can we make end-event can view all users' input, and no current input.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd like to realize it with the method like start form and task form.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;so, I need your help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;An end-event requires NO user-input and therefor cannot contain a form…&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Apr 2013 07:49:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-get-the-endevent-from/m-p/124334#M87494</guid>
      <dc:creator>wliang_bj</dc:creator>
      <dc:date>2013-04-07T07:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the endEvent From?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-the-endevent-from/m-p/124335#M87495</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;When you want to provide some kind of overview page when the process has ended, you'll need to implement this yourself using the history service interface of Activiti.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Like Frederik already explained, we won't support a form on an end event.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 14:57:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-get-the-endevent-from/m-p/124335#M87495</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2013-04-09T14:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the endEvent From?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-the-endevent-from/m-p/124336#M87496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ok, I will consider to implement it by myself.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;do you think that is a useful requrement. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I wish activiti can support this function in the later versions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;When you want to provide some kind of overview page when the process has ended, you'll need to implement this yourself using the history service interface of Activiti.&lt;BR /&gt;Like Frederik already explained, we won't support a form on an end event.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 01:11:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-get-the-endevent-from/m-p/124336#M87496</guid>
      <dc:creator>wliang_bj</dc:creator>
      <dc:date>2013-04-10T01:11:52Z</dc:date>
    </item>
  </channel>
</rss>

