<?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: changing start task variables after workflow has been started in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/changing-start-task-variables-after-workflow-has-been-started/m-p/280255#M233385</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 also facing the same issue. I want to change due date at middle of the workflow. Any Solution please.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Sep 2015 13:02:07 GMT</pubDate>
    <dc:creator>rachana</dc:creator>
    <dc:date>2015-09-21T13:02:07Z</dc:date>
    <item>
      <title>changing start task variables after workflow has been started</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/changing-start-task-variables-after-workflow-has-been-started/m-p/280251#M233381</link>
      <description>I have a activiti workflow where the task inherits the value of the properties of the start task. There is for example a description field in the start task form, which needs to show up for every subsequent task form. Now I need to be able to change the value of this description field, after the wor</description>
      <pubDate>Thu, 11 Dec 2014 16:39:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/changing-start-task-variables-after-workflow-has-been-started/m-p/280251#M233381</guid>
      <dc:creator>stefan2</dc:creator>
      <dc:date>2014-12-11T16:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: changing start task variables after workflow has been started</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/changing-start-task-variables-after-workflow-has-been-started/m-p/280252#M233382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm not too familiar with workflow.&amp;nbsp; But you shoudn't be able to change the start task properties.&amp;nbsp; if the start task has finished then its completed and all that remains is audit.&amp;nbsp;&amp;nbsp;&amp;nbsp; You should be able to change the process properties and possibly the current task properties but even then I have my doubts. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2014 17:57:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/changing-start-task-variables-after-workflow-has-been-started/m-p/280252#M233382</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2014-12-11T17:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: changing start task variables after workflow has been started</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/changing-start-task-variables-after-workflow-has-been-started/m-p/280253#M233383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Use something like this to save into the workflow instance:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;execution.setVariable('variable_name', task.getVariable('variable_name'));&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and then this to show the property into the task:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;task.variable_name = variable_name;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me know if you need more detailed sample.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2014 01:18:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/changing-start-task-variables-after-workflow-has-been-started/m-p/280253#M233383</guid>
      <dc:creator>douglascrp</dc:creator>
      <dc:date>2014-12-12T01:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: changing start task variables after workflow has been started</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/changing-start-task-variables-after-workflow-has-been-started/m-p/280254#M233384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for answering douglascrp ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I understand that it is possible to change workflow properties (execution variables) through listeners on workflow tasks. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What I was hoping to do is to change workflow properties through a edit form, that is not related to a task (independent of the active task of the workflow). &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Say for example I start a workflow with a given Due date and priority , and afterwards I would like to change these (independent of which task the workflow is in), how would I create a form for this ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 13:24:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/changing-start-task-variables-after-workflow-has-been-started/m-p/280254#M233384</guid>
      <dc:creator>stefan2</dc:creator>
      <dc:date>2015-02-24T13:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: changing start task variables after workflow has been started</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/changing-start-task-variables-after-workflow-has-been-started/m-p/280255#M233385</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 also facing the same issue. I want to change due date at middle of the workflow. Any Solution please.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2015 13:02:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/changing-start-task-variables-after-workflow-has-been-started/m-p/280255#M233385</guid>
      <dc:creator>rachana</dc:creator>
      <dc:date>2015-09-21T13:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: changing start task variables after workflow has been started</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/changing-start-task-variables-after-workflow-has-been-started/m-p/280256#M233386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have "due_date" as a process variable and you can change it at will.&amp;nbsp;&amp;nbsp;&amp;nbsp; You may need an "update due date" task.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2015 13:55:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/changing-start-task-variables-after-workflow-has-been-started/m-p/280256#M233386</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2015-09-21T13:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: changing start task variables after workflow has been started</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/changing-start-task-variables-after-workflow-has-been-started/m-p/280257#M233387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mike is correct with the updating of the "due date" variable. However I have found that the "save and close" button on a task does not persist data into the database but just stores the for data somewhere else. What I did was to have an update button on a specific task that required date updating. All my update button does is to allow for the workflow to persist new data in the workflow data and does not complete the task though.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 09:45:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/changing-start-task-variables-after-workflow-has-been-started/m-p/280257#M233387</guid>
      <dc:creator>darkredd</dc:creator>
      <dc:date>2015-09-22T09:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: changing start task variables after workflow has been started</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/changing-start-task-variables-after-workflow-has-been-started/m-p/280258#M233388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can retrieve the start task with java using workflow service&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;workflowService.getStartTask(workflowInstanceId);&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps! &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 11:34:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/changing-start-task-variables-after-workflow-has-been-started/m-p/280258#M233388</guid>
      <dc:creator>sihnu</dc:creator>
      <dc:date>2015-09-25T11:34:30Z</dc:date>
    </item>
  </channel>
</rss>

