<?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 Submitting form data without completing a task in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/submitting-form-data-without-completing-a-task/m-p/91502#M62453</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible to submit form data without completing a task? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd like to implement a scenario where a user can do only a part of work connected with the task, saves the partial results and then pick up the task again some time later to continue the work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sergio&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 May 2012 12:00:24 GMT</pubDate>
    <dc:creator>sergio1</dc:creator>
    <dc:date>2012-05-03T12:00:24Z</dc:date>
    <item>
      <title>Submitting form data without completing a task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/submitting-form-data-without-completing-a-task/m-p/91502#M62453</link>
      <description>Dear All,Is it possible to submit form data without completing a task? I'd like to implement a scenario where a user can do only a part of work connected with the task, saves the partial results and then pick up the task again some time later to continue the work.Best regards,Sergio</description>
      <pubDate>Thu, 03 May 2012 12:00:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/submitting-form-data-without-completing-a-task/m-p/91502#M62453</guid>
      <dc:creator>sergio1</dc:creator>
      <dc:date>2012-05-03T12:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: Submitting form data without completing a task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/submitting-form-data-without-completing-a-task/m-p/91503#M62454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;With the api you can. Look at the taskService. From the explorer I'm not sure. Never use it for complex situations.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 13:46:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/submitting-form-data-without-completing-a-task/m-p/91503#M62454</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2012-05-03T13:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: Submitting form data without completing a task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/submitting-form-data-without-completing-a-task/m-p/91504#M62455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I had looked at API before I posted my question and unfortunately couldn't find anything to handle this issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The &lt;/SPAN&gt;&lt;EM&gt;TaskService &lt;/EM&gt;&lt;SPAN&gt;class has only &lt;/SPAN&gt;&lt;EM&gt;complete&lt;/EM&gt;&lt;SPAN&gt; method, and the &lt;/SPAN&gt;&lt;EM&gt;FormService&lt;/EM&gt;&lt;SPAN&gt; class has &lt;/SPAN&gt;&lt;EM&gt;submitTaskFormData&lt;/EM&gt;&lt;SPAN&gt; method which completes a task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sergio&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 15:15:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/submitting-form-data-without-completing-a-task/m-p/91504#M62455</guid>
      <dc:creator>sergio1</dc:creator>
      <dc:date>2012-05-03T15:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Submitting form data without completing a task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/submitting-form-data-without-completing-a-task/m-p/91505#M62456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please&amp;nbsp; next time mention what you did before. We cannot smell that, nor are we clairvoyant. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But to stick to the topic, Funny, my taskservice has get/setVariable(s)(Local)(……) as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Formdata is transformed to variables when submitted, so you can use these methods…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ronald&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 15:25:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/submitting-form-data-without-completing-a-task/m-p/91505#M62456</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2012-05-03T15:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: Submitting form data without completing a task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/submitting-form-data-without-completing-a-task/m-p/91506#M62457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For me it's obvious to check documentation first and only then post questions on a forum – I didn't realize this forum works differently.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But to stick to the topic, process variables turned out to be a good track, although get/setVariable methods should be called on the object of RuntimeService class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sergio&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 16:36:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/submitting-form-data-without-completing-a-task/m-p/91506#M62457</guid>
      <dc:creator>sergio1</dc:creator>
      <dc:date>2012-05-03T16:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: Submitting form data without completing a task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/submitting-form-data-without-completing-a-task/m-p/91507#M62458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It's not that this forum works differently, it's that not everyone is like you say you are and does a lot of homework upfront. Since it is hard to differentiate if someone does not say what he (or she) has done, I usually assume the worse and mostly that is correct.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In other words, not many people do &lt;/SPAN&gt;&lt;A href="http://www.catb.org/~esr/faqs/smart-questions.html#beprecise" rel="nofollow noopener noreferrer"&gt;http://www.catb.org/~esr/faqs/smart-questions.html#beprecise&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But nice to see you are on the right path…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 19:45:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/submitting-form-data-without-completing-a-task/m-p/91507#M62458</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2012-05-03T19:45:18Z</dc:date>
    </item>
  </channel>
</rss>

