<?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: Business key not available from Task in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/business-key-not-available-from-task/m-p/192051#M145181</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I had a similar problem, I have a need for a process instance task corresponds to a businessKey.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;From a business point of view to this may be closer to the actual situation appropriate.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I do not know whether it is reasonable Activiti, and if there are appropriate solutions.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 13 Jun 2015 15:19:49 GMT</pubDate>
    <dc:creator>love07ing</dc:creator>
    <dc:date>2015-06-13T15:19:49Z</dc:date>
    <item>
      <title>Business key not available from Task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/business-key-not-available-from-task/m-p/192045#M145175</link>
      <description>I think that the Business Key concept is good. It makes it possible to have an Activity process instance refer to e.g. an external database entry where the process instance's business data is stored. But to be able to use this we need to get hold of the business key from Task. I think it is a strang</description>
      <pubDate>Sat, 23 May 2015 06:43:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/business-key-not-available-from-task/m-p/192045#M145175</guid>
      <dc:creator>arc</dc:creator>
      <dc:date>2015-05-23T06:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: Business key not available from Task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/business-key-not-available-from-task/m-p/192046#M145176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Querying for tasks with a business key is already possible: taskQuery.processInstanceBusinessKey(myKey)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Codehaus is indeed going down. We moved to &lt;/SPAN&gt;&lt;A href="https://activiti.atlassian.net/secure/Dashboard.jspa" rel="nofollow noopener noreferrer"&gt;https://activiti.atlassian.net/secure/Dashboard.jspa&lt;/A&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2015 15:36:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/business-key-not-available-from-task/m-p/192046#M145176</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2015-05-28T15:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: Business key not available from Task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/business-key-not-available-from-task/m-p/192047#M145177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, maybe I was a bit unclear. I mean that it would be nice get hold of the business key from Task objects returned from a task query when you haven't made the query with processInstanceBusinessKey().&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We make a query for all tasks belonging to a specific assignee and the query returns a list of tasks (List&amp;lt;Task&amp;gt;). But we cannot get the business keys from the Tasks in the list.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2015 16:02:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/business-key-not-available-from-task/m-p/192047#M145177</guid>
      <dc:creator>arc</dc:creator>
      <dc:date>2015-05-28T16:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: Business key not available from Task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/business-key-not-available-from-task/m-p/192048#M145178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, that is true. The business key is not copied to task entities currently.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Might be a good addition though, although I don't yet clearly see the use case, except for being able to fetch the related date for the business key straight away?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 19:17:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/business-key-not-available-from-task/m-p/192048#M145178</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2015-06-02T19:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: Business key not available from Task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/business-key-not-available-from-task/m-p/192049#M145179</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 have the same need as the OP. From the task, I would like to fetch some data that it's in another DB, identified with the process business key. It would be useful to have it directly from the task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A work around could be to add the business key as a process variable (which are available from the task). But I think it would be clearer (and probably faster) if the business key would be directly accessible in the Task.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 09:10:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/business-key-not-available-from-task/m-p/192049#M145179</guid>
      <dc:creator>pau</dc:creator>
      <dc:date>2015-06-03T09:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: Business key not available from Task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/business-key-not-available-from-task/m-p/192050#M145180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, we've solved it by storing the business key both in the process instance and in the variables. But we would prefer to get the business key from the task and remove it from the variables.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 11:37:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/business-key-not-available-from-task/m-p/192050#M145180</guid>
      <dc:creator>arc</dc:creator>
      <dc:date>2015-06-03T11:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: Business key not available from Task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/business-key-not-available-from-task/m-p/192051#M145181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I had a similar problem, I have a need for a process instance task corresponds to a businessKey.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;From a business point of view to this may be closer to the actual situation appropriate.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I do not know whether it is reasonable Activiti, and if there are appropriate solutions.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Jun 2015 15:19:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/business-key-not-available-from-task/m-p/192051#M145181</guid>
      <dc:creator>love07ing</dc:creator>
      <dc:date>2015-06-13T15:19:49Z</dc:date>
    </item>
  </channel>
</rss>

