<?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: Abuse of the dataInputAssociation in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/abuse-of-the-datainputassociation/m-p/29122#M14863</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Bernd, we've reviewed the names once more and think that we should go for these names:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;lt;callActivity id="callSubProcess" calledElement="simpleSubProcess" &amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;extensionElements&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;activiti:variableIn superVariable="superVariable" subVariable="subVariable" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;activiti:variableOut subVariable="subVariable" superVariable="superVariable" /&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/extensionElements&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;lt;/callActivity&amp;gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you update the parsing?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Jan 2011 13:29:57 GMT</pubDate>
    <dc:creator>tombaeyens</dc:creator>
    <dc:date>2011-01-25T13:29:57Z</dc:date>
    <item>
      <title>Abuse of the dataInputAssociation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/abuse-of-the-datainputassociation/m-p/29106#M14847</link>
      <description>I now use the same shortcut for the CallActivity which is used in the WebServiceTask. But what I recognized is, that it only works if you disable schema validation (basically because the IDREF doesn’t have a correct target). See http://forums.activiti.org/en/viewtopic.php?f=4&amp;amp;t=885&amp;amp;p=3731#p3</description>
      <pubDate>Mon, 24 Jan 2011 07:26:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/abuse-of-the-datainputassociation/m-p/29106#M14847</guid>
      <dc:creator>bernd_ruecker</dc:creator>
      <dc:date>2011-01-24T07:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Abuse of the dataInputAssociation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/abuse-of-the-datainputassociation/m-p/29107#M14848</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 think for BPMN Elements we should either use them completely (!) correct or add an activiti extension. Abusing them in any form adds unnecessary confusion without having a big advantage.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For the CallActivity using the correct BPMN 2.0 way would also mean, we have to declare process variables as items, which isn't used inside of the engine. So I find it hacky again, if we add them just to satisfy the Schema Validation. People will get puzzled by this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So my proposal:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- We add an activiti extension now (I need it for 5.2), which is realized as extension, short and easy&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- We add the true BPMN standard way later&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The extension can be used for CallActivity and Web-ServiceTask. Proposal:&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;callActivity id="callSubProcess" calledElement="simpleSubProcess" &amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;extensionElements&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;activiti:dataInput sourceVariable="superVariable" targetVariable="subVariable" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;activiti:dataOutput sourceVariable="subVariable" targetVariable="superVariable" /&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/extensionElements&amp;gt;&lt;BR /&gt;&amp;lt;/callActivity&amp;gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't like the term "variable" too much, because BPMN called it DataObjects, but since it is already used in some extensions and in Activiti internally, I think it makes the most sense…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ok with everybody?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2011 07:35:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/abuse-of-the-datainputassociation/m-p/29107#M14848</guid>
      <dc:creator>bernd_ruecker</dc:creator>
      <dc:date>2011-01-24T07:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: Abuse of the dataInputAssociation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/abuse-of-the-datainputassociation/m-p/29108#M14849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It's good that this issue has been found.&amp;nbsp; Probably this approach dates back from before we decided how we deal with namespaces etc.&amp;nbsp; Thanks, Bernd for driving it!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What about a shorter version?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;lt;callActivity id="callSubProcess" calledElement="simpleSubProcess" &amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;extensionElements&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;activiti:in source="superVariable" target="subVariable" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;activiti:smileysurprised:ut sourceExpression="#{someExpression + 3}" target="superVariable" /&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/extensionElements&amp;gt;&lt;BR /&gt;&amp;lt;/callActivity&amp;gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;There is still 1 thing I dislike with this naming scheme: some inconsistency in source and target.&amp;nbsp; Meaning with 'in', source is in the outerscope and target refers to the inner scope.&amp;nbsp; And in an 'out' this is reversed: source refers to the inner scope and target refers to the outer scope.&amp;nbsp; I find that always a bit confusing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We could make the combination to prevent mistakes&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;lt;callActivity id="callSubProcess" calledElement="simpleSubProcess" &amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;extensionElements&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;activiti:in outerSource="superVariable" innerTarget="subVariable" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;activiti:smileysurprised:ut innerSourceExpression="#{someExpression + 3}" outerTarget="superVariable" /&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/extensionElements&amp;gt;&lt;BR /&gt;&amp;lt;/callActivity&amp;gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;But I'm not sure if this removes confusion instead adding.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;WDYT?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2011 08:06:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/abuse-of-the-datainputassociation/m-p/29108#M14849</guid>
      <dc:creator>tombaeyens</dc:creator>
      <dc:date>2011-01-24T08:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: Abuse of the dataInputAssociation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/abuse-of-the-datainputassociation/m-p/29109#M14850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yeah, I find it a bit confusing as well. But I think that should be better a reason for good documentation, but not changing. Your proposal is maybe a bit less confusing, but on the other hand not much &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; but it is tied to sub processes, so we would need a different extension for webservices. Hence I would prefer to stick to the BPMN terms.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But agreed with the "source" and "sourceExpression".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For the "dataInput" versus "in" I don't see a big advantage in making it shorter. But for that decision I don't care too much…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2011 08:32:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/abuse-of-the-datainputassociation/m-p/29109#M14850</guid>
      <dc:creator>bernd_ruecker</dc:creator>
      <dc:date>2011-01-24T08:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: Abuse of the dataInputAssociation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/abuse-of-the-datainputassociation/m-p/29110#M14851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We could also perhaps work it out based on the existing execution listener schema.&amp;nbsp; That way, tools don't need to be updated for this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;lt;callActivity id="callSubProcess" calledElement="simpleSubProcess" &amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;extensionElements&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;activiti:executionListener class="copyIn" event="start"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;activiti:field name="outerSource" stringValue="superVariable" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;activiti:field name="innerTarget" stringValue="subVariable" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/activiti:executionListener&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;activiti:executionListener class="copyOut" event="end"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;activiti:field name="innerSource" stringValue="subVariable" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;activiti:field name="outerTarget" stringValue="superVariable" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/activiti:executionListener&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/extensionElements&amp;gt;&lt;BR /&gt;&amp;lt;/callActivity&amp;gt;&lt;/CODE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2011 08:58:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/abuse-of-the-datainputassociation/m-p/29110#M14851</guid>
      <dc:creator>tombaeyens</dc:creator>
      <dc:date>2011-01-24T08:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: Abuse of the dataInputAssociation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/abuse-of-the-datainputassociation/m-p/29111#M14852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Tom.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Wouldn't that be an abuse of the executionListener semantics? Actually I like it much more to introduce an in/out extensions, feels much cleaner for me…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Bernd&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2011 09:55:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/abuse-of-the-datainputassociation/m-p/29111#M14852</guid>
      <dc:creator>bernd_ruecker</dc:creator>
      <dc:date>2011-01-24T09:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: Abuse of the dataInputAssociation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/abuse-of-the-datainputassociation/m-p/29112#M14853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Bernd, how would it violate the execution Listener semantics ? We just provide a built-in execution listener that does exactly the same.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm always reluctant of introducing new extensions. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We must really be careful not to introduce too much extensions, as each extensions means&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- updating the xsd&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- updating the Modeler / Designer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Extra documentation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- backwards compatibility for the forseeable future&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So if a concept can be fit into some extension that already exists, that would be great.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So I would definitely like to learn why the one approach feels cleaner then the other for you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2011 10:25:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/abuse-of-the-datainputassociation/m-p/29112#M14853</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2011-01-24T10:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: Abuse of the dataInputAssociation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/abuse-of-the-datainputassociation/m-p/29113#M14854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hmm, the behavior is at least slightly different, since the copying of the variables back must be BEFORE the execution listener would fire (otherwise they are destroyed). So it IS NOT a execution listener.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hmm…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2011 11:39:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/abuse-of-the-datainputassociation/m-p/29113#M14854</guid>
      <dc:creator>bernd_ruecker</dc:creator>
      <dc:date>2011-01-24T11:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: Abuse of the dataInputAssociation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/abuse-of-the-datainputassociation/m-p/29114#M14855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Bernd, I dont get that last post… what do you mean?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can always access the superExecution in the executionListener?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2011 11:43:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/abuse-of-the-datainputassociation/m-p/29114#M14855</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2011-01-24T11:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Abuse of the dataInputAssociation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/abuse-of-the-datainputassociation/m-p/29115#M14856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry, I am in a workshop today, that's why I just write quick pongs to be ready in the evening to finish what we agreed on &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The super process continues when the sub process has finished. That means it is moved to the history. And you have to access the variables BEFORE that, so that is a slightly different point of time than a "end-event" execution listener on the CallActivtity. See CallActivityBehaviour Method completing vs completed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that was more clear?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2011 12:46:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/abuse-of-the-datainputassociation/m-p/29115#M14856</guid>
      <dc:creator>bernd_ruecker</dc:creator>
      <dc:date>2011-01-24T12:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Abuse of the dataInputAssociation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/abuse-of-the-datainputassociation/m-p/29116#M14857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, I think I understand your reasoning. But I dont see the problem with completing (execution listeren end event) and completed (activityBehavior).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Where would that differentiation cause problems?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2011 13:21:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/abuse-of-the-datainputassociation/m-p/29116#M14857</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2011-01-24T13:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: Abuse of the dataInputAssociation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/abuse-of-the-datainputassociation/m-p/29117#M14858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;CODE&gt;&amp;lt;callActivity id="callSubProcess" calledElement="simpleSubProcess" &amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;extensionElements&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;activiti:in outerSource="superVariable" innerTarget="subVariable" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;activiti:smileysurprised:ut innerSourceExpression="#{someExpression + 3}" outerTarget="superVariable" /&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/extensionElements&amp;gt;&lt;BR /&gt;&amp;lt;/callActivity&amp;gt;&lt;/CODE&gt;&lt;BR /&gt;But I'm not sure if this removes confusion instead adding.&lt;BR /&gt;&lt;BR /&gt;WDYT?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm in favour of this one.. maybe with the dataInput/Output as Bernd described. Using the listener feels like abuse to me and it certainly is not directly clear if you write bpmn xml by hand &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2011 13:25:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/abuse-of-the-datainputassociation/m-p/29117#M14858</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2011-01-24T13:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: Abuse of the dataInputAssociation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/abuse-of-the-datainputassociation/m-p/29118#M14859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Okay I asked Falko for his opinion as well, and he voted for the in/out extension. Since there were no more answers here, I implemented that and commit it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here the example from the new test case:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;callActivity id="callSubProcess" calledElement="simpleSubProcess" &amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;extensionElements&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;activiti:in source="superVariable" target="subVariable" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;activiti:smileysurprised:ut source="subVariable" target="superVariable" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/extensionElements&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/callActivity&amp;gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2011 17:00:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/abuse-of-the-datainputassociation/m-p/29118#M14859</guid>
      <dc:creator>bernd_ruecker</dc:creator>
      <dc:date>2011-01-24T17:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: Abuse of the dataInputAssociation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/abuse-of-the-datainputassociation/m-p/29119#M14860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Okay, I added a new schema version ending with 5.2, any more to do in that area? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For the webservices I created &lt;/SPAN&gt;&lt;A href="http://jira.codehaus.org/browse/ACT-570" rel="nofollow noopener noreferrer"&gt;http://jira.codehaus.org/browse/ACT-570&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2011 17:49:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/abuse-of-the-datainputassociation/m-p/29119#M14860</guid>
      <dc:creator>bernd_ruecker</dc:creator>
      <dc:date>2011-01-24T17:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: Abuse of the dataInputAssociation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/abuse-of-the-datainputassociation/m-p/29120#M14861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'll look at the code tomorrow morning.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you documented and tested it?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2011 18:57:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/abuse-of-the-datainputassociation/m-p/29120#M14861</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2011-01-24T18:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Abuse of the dataInputAssociation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/abuse-of-the-datainputassociation/m-p/29121#M14862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;See &lt;/SPAN&gt;&lt;A href="http://jira.codehaus.org/browse/ACT-560" rel="nofollow noopener noreferrer"&gt;http://jira.codehaus.org/browse/ACT-560&lt;/A&gt;&lt;SPAN&gt;, documentation is still open since we decided on a final version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;A TestCase is there, yes.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2011 19:10:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/abuse-of-the-datainputassociation/m-p/29121#M14862</guid>
      <dc:creator>bernd_ruecker</dc:creator>
      <dc:date>2011-01-24T19:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Abuse of the dataInputAssociation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/abuse-of-the-datainputassociation/m-p/29122#M14863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Bernd, we've reviewed the names once more and think that we should go for these names:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;lt;callActivity id="callSubProcess" calledElement="simpleSubProcess" &amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;extensionElements&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;activiti:variableIn superVariable="superVariable" subVariable="subVariable" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;activiti:variableOut subVariable="subVariable" superVariable="superVariable" /&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/extensionElements&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;lt;/callActivity&amp;gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you update the parsing?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 13:29:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/abuse-of-the-datainputassociation/m-p/29122#M14863</guid>
      <dc:creator>tombaeyens</dc:creator>
      <dc:date>2011-01-25T13:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Abuse of the dataInputAssociation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/abuse-of-the-datainputassociation/m-p/29123#M14864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Tom.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then it doesn't fit for ServiceTask's any more, that's why I don't like the "variable" in the name any more. Then it is 100% bound to CallActivities.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Where is the advantage?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Bernd&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 13:38:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/abuse-of-the-datainputassociation/m-p/29123#M14864</guid>
      <dc:creator>bernd_ruecker</dc:creator>
      <dc:date>2011-01-25T13:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: Abuse of the dataInputAssociation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/abuse-of-the-datainputassociation/m-p/29124#M14865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you remind me about the situation how this was to be used for service tasks?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There were a couple of situations that I wanted to unify at first.&amp;nbsp; But we've gone through those yesterday when I was talking to Joram and we only found one (task properties) and decided that that is OK to be dealt with differently.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jan 2011 07:56:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/abuse-of-the-datainputassociation/m-p/29124#M14865</guid>
      <dc:creator>tombaeyens</dc:creator>
      <dc:date>2011-01-26T07:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: Abuse of the dataInputAssociation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/abuse-of-the-datainputassociation/m-p/29125#M14866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The ServiceTask Shortcut to pass parameters and hand results… See Tests for the WebServiceTask (the "…simplistic…" one).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jan 2011 08:07:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/abuse-of-the-datainputassociation/m-p/29125#M14866</guid>
      <dc:creator>bernd_ruecker</dc:creator>
      <dc:date>2011-01-26T08:07:26Z</dc:date>
    </item>
  </channel>
</rss>

