<?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: How to use Workflow custom task model with associations? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-use-workflow-custom-task-model-with-associations/m-p/296846#M249976</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here i got the solution for custom workflow with custom form..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://stackoverflow.com/questions/19645321/alfresco-workflow-share-form" rel="nofollow noopener noreferrer"&gt;http://stackoverflow.com/questions/19645321/alfresco-workflow-share-form&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Feb 2015 09:48:51 GMT</pubDate>
    <dc:creator>maulikjajal</dc:creator>
    <dc:date>2015-02-24T09:48:51Z</dc:date>
    <item>
      <title>How to use Workflow custom task model with associations?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-use-workflow-custom-task-model-with-associations/m-p/296845#M249975</link>
      <description>Hello,I am developing workflow solution based on Alfresco (4.2f) Activiti and Workdesk (4.2.0).Our task model contains associations to other custom objects that are in the repository (those object inherit from cm:content, and cm:folder). In Share I can start the workflow, and select our objects in a</description>
      <pubDate>Tue, 24 Feb 2015 08:56:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-use-workflow-custom-task-model-with-associations/m-p/296845#M249975</guid>
      <dc:creator>pkie</dc:creator>
      <dc:date>2015-02-24T08:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Workflow custom task model with associations?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-use-workflow-custom-task-model-with-associations/m-p/296846#M249976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here i got the solution for custom workflow with custom form..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://stackoverflow.com/questions/19645321/alfresco-workflow-share-form" rel="nofollow noopener noreferrer"&gt;http://stackoverflow.com/questions/19645321/alfresco-workflow-share-form&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 09:48:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-use-workflow-custom-task-model-with-associations/m-p/296846#M249976</guid>
      <dc:creator>maulikjajal</dc:creator>
      <dc:date>2015-02-24T09:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Workflow custom task model with associations?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-use-workflow-custom-task-model-with-associations/m-p/296847#M249977</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 for your reply, but did you manage to run this workflow in Alfresco Workdesk (not Alfresco Share)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And I can not see any association in the task model. I have no problems with normal properties, only with associations to other objects.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 10:12:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-use-workflow-custom-task-model-with-associations/m-p/296847#M249977</guid>
      <dc:creator>pkie</dc:creator>
      <dc:date>2015-02-24T10:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Workflow custom task model with associations?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-use-workflow-custom-task-model-with-associations/m-p/296848#M249978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK. I have finally managed to display association fields in Launch Pad.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have noticed in ow_adpalfrescobpm-4.2.0.jar - OwAlfrescoBPMObjectClass:53 &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;java&amp;gt;// bpm_*assignee properties are defined as Associations. The CMIS adapter does not yet handle Associations.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; public static final String PROP_BPM_ASSIGNEE = "bpm:assignee";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; public static final String PROP_BPM_ASSIGNEES = "bpm:assignees";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; public static final String PROP_BPM_GROUP_ASSIGNEE = "bpm:groupAssignee";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; public static final String PROP_BPM_GROUP_ASSIGNEES = "bpm:groupAssignees";&amp;lt;/java&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So I have added my own associations, and then modiefied a bit of code to register those changes.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 14:49:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-use-workflow-custom-task-model-with-associations/m-p/296848#M249978</guid>
      <dc:creator>pkie</dc:creator>
      <dc:date>2015-02-24T14:49:15Z</dc:date>
    </item>
  </channel>
</rss>

