<?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 create custom service task in Activiti 6.0 in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-create-custom-service-task-in-activiti-6-0/m-p/224953#M178083</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;do you want to modify the code in order to add a new element in the set of tasks in the process editor or you just want to use a Service task with a java delegate class ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;booth ways should end with this type of service task definitions generated in the process definition.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;serviceTask id="javaService"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; name="Java service invocation"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; activiti:class="org.activiti.examples.bpmn.servicetask.ToUpperCaseFieldInjected"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;extensionElements&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;activiti:field name="text" stringValue="Hello World" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;/extensionElements&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/serviceTask&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Dec 2015 10:08:32 GMT</pubDate>
    <dc:creator>vasile_dirla</dc:creator>
    <dc:date>2015-12-23T10:08:32Z</dc:date>
    <item>
      <title>How to create custom service task in Activiti 6.0</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-create-custom-service-task-in-activiti-6-0/m-p/224952#M178082</link>
      <description>We have a requirement where we need to create a custom service task based on business need with certain properties.Can someone suggest how to do this in Activiti 6 beta.We are exploring this on Activiti 6 beta to propose as a web based modeller.Thanks,Ashish S.</description>
      <pubDate>Wed, 23 Dec 2015 06:49:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-create-custom-service-task-in-activiti-6-0/m-p/224952#M178082</guid>
      <dc:creator>as0077749</dc:creator>
      <dc:date>2015-12-23T06:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to create custom service task in Activiti 6.0</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-create-custom-service-task-in-activiti-6-0/m-p/224953#M178083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;do you want to modify the code in order to add a new element in the set of tasks in the process editor or you just want to use a Service task with a java delegate class ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;booth ways should end with this type of service task definitions generated in the process definition.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;serviceTask id="javaService"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; name="Java service invocation"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; activiti:class="org.activiti.examples.bpmn.servicetask.ToUpperCaseFieldInjected"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;extensionElements&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;activiti:field name="text" stringValue="Hello World" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;/extensionElements&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/serviceTask&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 10:08:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-create-custom-service-task-in-activiti-6-0/m-p/224953#M178083</guid>
      <dc:creator>vasile_dirla</dc:creator>
      <dc:date>2015-12-23T10:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to create custom service task in Activiti 6.0</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-create-custom-service-task-in-activiti-6-0/m-p/224954#M178084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Vasile,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can we add&amp;nbsp; Custom extensions to the process designer?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i am able to see custom extension in eclipse designer but how can i add it to web based process designer so that users can use them?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;im using activiti 6 beta 2.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Dec 2015 14:58:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-create-custom-service-task-in-activiti-6-0/m-p/224954#M178084</guid>
      <dc:creator>piyush_wadhwani</dc:creator>
      <dc:date>2015-12-31T14:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to create custom service task in Activiti 6.0</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-create-custom-service-task-in-activiti-6-0/m-p/224955#M178085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The pallette of the modeler is driven by this file: &lt;/SPAN&gt;&lt;A href="https://github.com/Activiti/Activiti/blob/activiti6/modules/activiti-ui/activiti-app-logic/src/main/resources/stencilset_bpmn.json" rel="nofollow noopener noreferrer"&gt;https://github.com/Activiti/Activiti/blob/activiti6/modules/activiti-ui/activiti-app-logic/src/main/resources/stencilset_bpmn.json&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, we haven't documented how to change this (plus all the dependent files). Our current focus is the v6 engine, it'll take a while until we get to the point where we'll document these things.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2016 20:16:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-create-custom-service-task-in-activiti-6-0/m-p/224955#M178085</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-01-04T20:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to create custom service task in Activiti 6.0</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-create-custom-service-task-in-activiti-6-0/m-p/224956#M178086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, That is correct by using stencilset_bpmn.json have created custom component in Activiti&amp;nbsp; palette and now that custom component is working fine for me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Vasile,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for suggestion, actually we want a custom component which will do certain predefined task, so user need to just drag and&amp;nbsp; drop the component from palette at design time and our code will support custom component at runtime, it's very useful for business user. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 03:29:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-create-custom-service-task-in-activiti-6-0/m-p/224956#M178086</guid>
      <dc:creator>as0077749</dc:creator>
      <dc:date>2016-01-05T03:29:50Z</dc:date>
    </item>
  </channel>
</rss>

