<?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 Tying User Task to Task Details in Alfresco Share in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/tying-user-task-to-task-details-in-alfresco-share/m-p/120919#M85228</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I need to produce a different task details form in Alfresco Share for each user task in my process.&amp;nbsp; How do you achieve this in Alfresco Share?&amp;nbsp; I have been trying to use the activiti:formKey attribute and linking that to the form id in Share, but that does not seem to work.&amp;nbsp; Do I have to develop a task model and tie it to the user task that way?&amp;nbsp; If so, How do I make my user tasks of that task type?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any guidance on this is greatly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Shannon&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Jan 2013 15:58:35 GMT</pubDate>
    <dc:creator>srobinson</dc:creator>
    <dc:date>2013-01-23T15:58:35Z</dc:date>
    <item>
      <title>Tying User Task to Task Details in Alfresco Share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tying-user-task-to-task-details-in-alfresco-share/m-p/120919#M85228</link>
      <description>I need to produce a different task details form in Alfresco Share for each user task in my process.&amp;nbsp; How do you achieve this in Alfresco Share?&amp;nbsp; I have been trying to use the activiti:formKey attribute and linking that to the form id in Share, but that does not seem to work.&amp;nbsp; Do I have to develop a</description>
      <pubDate>Wed, 23 Jan 2013 15:58:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tying-user-task-to-task-details-in-alfresco-share/m-p/120919#M85228</guid>
      <dc:creator>srobinson</dc:creator>
      <dc:date>2013-01-23T15:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: Tying User Task to Task Details in Alfresco Share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tying-user-task-to-task-details-in-alfresco-share/m-p/120920#M85229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You should create a task-model (content-model XML) for your process. The names of the types should be the form-keys of the userTasks in your bpmn20.xml file. on top of that, you need a form-config in share (config-evaluator) for the task-form rendering.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steps are described here: &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Workflow_with_Activiti" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Workflow_with_Activiti&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;If you're form does not show up in share, make sure the form-config is wired in properly and that the form-keys match…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2013 16:07:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tying-user-task-to-task-details-in-alfresco-share/m-p/120920#M85229</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-01-23T16:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: Tying User Task to Task Details in Alfresco Share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tying-user-task-to-task-details-in-alfresco-share/m-p/120921#M85230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the reply … That's the connection I was missing.&amp;nbsp; I have another follow up question regarding the wf:reviewOutcome field that uses the activiti-transitions.ftl.&amp;nbsp; Do the buttons that it generates set a process variable that the process instance can access or does it store the value on the Alfresco object model?&amp;nbsp; If its on the Alfresco object model, how does the workflow get access to this value?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Shannon&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2013 00:49:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tying-user-task-to-task-details-in-alfresco-share/m-p/120921#M85230</guid>
      <dc:creator>srobinson</dc:creator>
      <dc:date>2013-01-25T00:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: Tying User Task to Task Details in Alfresco Share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tying-user-task-to-task-details-in-alfresco-share/m-p/120922#M85231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;All properties related to tasks and processes are stored as process-variables. The content-model is only used for generating form-model, but you can have other properties (not defined on model) in your process as well, for usage in your code or scripts.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2013 09:23:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tying-user-task-to-task-details-in-alfresco-share/m-p/120922#M85231</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-01-25T09:23:44Z</dc:date>
    </item>
  </channel>
</rss>

