<?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 in a Call Activity in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/business-key-in-a-call-activity/m-p/159872#M113894</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;About No. 2, I did not find any constraint in db about business key. I even verified manually, and no such constraint exists.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's another discussion about dropping these constraints, but the bug filed here was resolved as won't fix, so I am not sure if it was actually "fixed" in any later versions. I rather agree with won't fix and would like to have that constraint in place: &lt;/SPAN&gt;&lt;A href="http://forums.activiti.org/content/about-process-instance-business-key" rel="nofollow noopener noreferrer"&gt;http://forums.activiti.org/content/about-process-instance-business-key&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;_vinay_ @ zulily&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Jan 2015 22:53:05 GMT</pubDate>
    <dc:creator>funvin</dc:creator>
    <dc:date>2015-01-07T22:53:05Z</dc:date>
    <item>
      <title>Business Key in a Call Activity</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/business-key-in-a-call-activity/m-p/159867#M113889</link>
      <description>Hello. I have a process that uses a call-activity with multiple instances. Everything works fine, but I'd like to know if it's possible to give a business key to the sub-process started in the call-activity, given that it's another process instance.Is it possible?Thanks!</description>
      <pubDate>Mon, 09 Sep 2013 16:50:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/business-key-in-a-call-activity/m-p/159867#M113889</guid>
      <dc:creator>brunopalaoro</dc:creator>
      <dc:date>2013-09-09T16:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Business Key in a Call Activity</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/business-key-in-a-call-activity/m-p/159868#M113890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Good feature request. Right now it's not possible yet, but would be a good addition. Could you create a JIRA issue?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 08:57:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/business-key-in-a-call-activity/m-p/159868#M113890</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2013-09-13T08:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: Business Key in a Call Activity</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/business-key-in-a-call-activity/m-p/159869#M113891</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;in Activiti 5.13, the business key on the called process is null. What would be the best way to link the sub process instance to its parent?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Sep 2013 06:57:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/business-key-in-a-call-activity/m-p/159869#M113891</guid>
      <dc:creator>davidnguyen</dc:creator>
      <dc:date>2013-09-27T06:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: Business Key in a Call Activity</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/business-key-in-a-call-activity/m-p/159870#M113892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I just went through this. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is what I found&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Use process variables to hold the business key&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) I believe business keys must be unique per business process so copying parent to sub process will cause an unique key violation in the db&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) Use an Event Listeners to copy the business key to a process variable&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I posted the complete solution here&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.activiti.org/content/get-all-active-tasks-including-sub-process-tasks" rel="nofollow noopener noreferrer"&gt;http://forums.activiti.org/content/get-all-active-tasks-including-sub-process-tasks&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Sep 2013 16:32:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/business-key-in-a-call-activity/m-p/159870#M113892</guid>
      <dc:creator>mikebrown01</dc:creator>
      <dc:date>2013-09-28T16:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: Business Key in a Call Activity</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/business-key-in-a-call-activity/m-p/159871#M113893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think No.2 is not correct. You can have multiple process instances with same businessKey if they are different process definitions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the event listener copy trick though. Will try it out.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jun 2014 01:53:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/business-key-in-a-call-activity/m-p/159871#M113893</guid>
      <dc:creator>ssun</dc:creator>
      <dc:date>2014-06-07T01:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: Business Key in a Call Activity</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/business-key-in-a-call-activity/m-p/159872#M113894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;About No. 2, I did not find any constraint in db about business key. I even verified manually, and no such constraint exists.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's another discussion about dropping these constraints, but the bug filed here was resolved as won't fix, so I am not sure if it was actually "fixed" in any later versions. I rather agree with won't fix and would like to have that constraint in place: &lt;/SPAN&gt;&lt;A href="http://forums.activiti.org/content/about-process-instance-business-key" rel="nofollow noopener noreferrer"&gt;http://forums.activiti.org/content/about-process-instance-business-key&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;_vinay_ @ zulily&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 22:53:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/business-key-in-a-call-activity/m-p/159872#M113894</guid>
      <dc:creator>funvin</dc:creator>
      <dc:date>2015-01-07T22:53:05Z</dc:date>
    </item>
  </channel>
</rss>

