<?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: Integration of own activiti tasks with Spring in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/integration-of-own-activiti-tasks-with-spring/m-p/134083#M94140</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry, I don't think I made myself clear. We don't support it now, but I'm suggesting the feature be added. We need to build this. Can you create a Jira issue?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Feb 2013 11:57:21 GMT</pubDate>
    <dc:creator>tiesebarrell</dc:creator>
    <dc:date>2013-02-14T11:57:21Z</dc:date>
    <item>
      <title>Integration of own activiti tasks with Spring</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/integration-of-own-activiti-tasks-with-spring/m-p/134078#M94135</link>
      <description>Hi,I like to extend activiti with a custom task which receive a message and forward this message to a JMX queue. After this step the task is going in a wait state and get a signal from another component if the work is done. So I developed a task with this behavior. Actually I have the problem that i</description>
      <pubDate>Wed, 13 Feb 2013 07:26:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/integration-of-own-activiti-tasks-with-spring/m-p/134078#M94135</guid>
      <dc:creator>mpriess</dc:creator>
      <dc:date>2013-02-13T07:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: Integration of own activiti tasks with Spring</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/integration-of-own-activiti-tasks-with-spring/m-p/134079#M94136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Michael,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the reason it's not injected is that the Spring injection is not used for activiti:class . That explains why setting it to delegateExpression manually resolves the problem. But I guess you figured that out already &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's pretty easy to make this available I suppose - there was simply never a request for it before. I would propose that instead of &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;@Runtime(delegationClass = "com.foo.activiti.task.ServiceTask")&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;we also allow&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;@Runtime(delegationExpression = "${myBeanExpression.method(execution)}")&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;This would then be generated as expected in the XML.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Slightly harder to figure out is what to do about injection of the other @Property fields of the extension class. But maybe that could be added later. Could you file a request for this in Jira and report back the number here so I can look into it?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2013 19:43:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/integration-of-own-activiti-tasks-with-spring/m-p/134079#M94136</guid>
      <dc:creator>tiesebarrell</dc:creator>
      <dc:date>2013-02-13T19:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: Integration of own activiti tasks with Spring</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/integration-of-own-activiti-tasks-with-spring/m-p/134080#M94137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, but which version support delegationExpression? If I add DelegateExpression to the Runtime annotation eclipse say this element is unknown.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2013 08:42:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/integration-of-own-activiti-tasks-with-spring/m-p/134080#M94137</guid>
      <dc:creator>mpriess</dc:creator>
      <dc:date>2013-02-14T08:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: Integration of own activiti tasks with Spring</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/integration-of-own-activiti-tasks-with-spring/m-p/134081#M94138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This attribute name is part of the extension you would create. We use "delegationClass", so using "delegationExpression" seems a logical name for the attribute we would add. The actual BPMN XML generated would have the "activiti:delegateExpression" attribute as defined here: &lt;/SPAN&gt;&lt;A href="http://activiti.org/userguide/index.html#bpmnJavaServiceTask" rel="nofollow noopener noreferrer"&gt;http://activiti.org/userguide/index.html#bpmnJavaServiceTask&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2013 09:01:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/integration-of-own-activiti-tasks-with-spring/m-p/134081#M94138</guid>
      <dc:creator>tiesebarrell</dc:creator>
      <dc:date>2013-02-14T09:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: Integration of own activiti tasks with Spring</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/integration-of-own-activiti-tasks-with-spring/m-p/134082#M94139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I understand how the xml generation works but Runtime actually doesn't support element delegationExpression.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://github.com/Activiti/Activiti-Designer/blob/master/org.activiti.designer.integration/src/main/java/org/activiti/designer/integration/servicetask/annotation/Runtime.java" rel="nofollow noopener noreferrer"&gt;https://github.com/Activiti/Activiti-Designer/blob/master/org.activiti.designer.integration/src/main/java/org/activiti/designer/integration/servicetask/annotation/Runtime.java&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2013 09:59:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/integration-of-own-activiti-tasks-with-spring/m-p/134082#M94139</guid>
      <dc:creator>mpriess</dc:creator>
      <dc:date>2013-02-14T09:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: Integration of own activiti tasks with Spring</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/integration-of-own-activiti-tasks-with-spring/m-p/134083#M94140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry, I don't think I made myself clear. We don't support it now, but I'm suggesting the feature be added. We need to build this. Can you create a Jira issue?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2013 11:57:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/integration-of-own-activiti-tasks-with-spring/m-p/134083#M94140</guid>
      <dc:creator>tiesebarrell</dc:creator>
      <dc:date>2013-02-14T11:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: Integration of own activiti tasks with Spring</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/integration-of-own-activiti-tasks-with-spring/m-p/134084#M94141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I created a task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://jira.codehaus.org/browse/ACT-1572" rel="nofollow noopener noreferrer"&gt;https://jira.codehaus.org/browse/ACT-1572&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2013 14:17:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/integration-of-own-activiti-tasks-with-spring/m-p/134084#M94141</guid>
      <dc:creator>mpriess</dc:creator>
      <dc:date>2013-02-14T14:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: Integration of own activiti tasks with Spring</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/integration-of-own-activiti-tasks-with-spring/m-p/134085#M94142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2013 15:18:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/integration-of-own-activiti-tasks-with-spring/m-p/134085#M94142</guid>
      <dc:creator>tiesebarrell</dc:creator>
      <dc:date>2013-02-14T15:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: Integration of own activiti tasks with Spring</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/integration-of-own-activiti-tasks-with-spring/m-p/134086#M94143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This has been added for the next release and documented in the userguide. I've resolved the issue in Jira.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Michael for the work on this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Mar 2013 19:47:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/integration-of-own-activiti-tasks-with-spring/m-p/134086#M94143</guid>
      <dc:creator>tiesebarrell</dc:creator>
      <dc:date>2013-03-03T19:47:57Z</dc:date>
    </item>
  </channel>
</rss>

