<?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 Extending Subprocess in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/extending-subprocess/m-p/5629#M998</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;SPAN&gt;As mentioned in user guide I am successfully able to create a new acme money palette.I see that this new palette is just an extension of ServiceTask….if i wish to extend SubProcess or any other palette what i need to do…..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;DEV&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Jan 2011 11:10:38 GMT</pubDate>
    <dc:creator>dev1</dc:creator>
    <dc:date>2011-01-07T11:10:38Z</dc:date>
    <item>
      <title>Extending Subprocess</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/extending-subprocess/m-p/5629#M998</link>
      <description>hi,As mentioned in user guide I am successfully able to create a new acme money palette.I see that this new palette is just an extension of ServiceTask….if i wish to extend SubProcess or any other palette what i need to do…..Regards,DEV</description>
      <pubDate>Fri, 07 Jan 2011 11:10:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/extending-subprocess/m-p/5629#M998</guid>
      <dc:creator>dev1</dc:creator>
      <dc:date>2011-01-07T11:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: Extending Subprocess</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/extending-subprocess/m-p/5630#M999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;DEV,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also I would like to extend MAnual Task &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;THanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jan 2011 11:12:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/extending-subprocess/m-p/5630#M999</guid>
      <dc:creator>balaji1</dc:creator>
      <dc:date>2011-01-07T11:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: Extending Subprocess</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/extending-subprocess/m-p/5631#M1000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;DEV,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;you cannot do that in the same way (i.e. by creating CustomServiceTasks). If you want to do that, you'll have to customize the Designer code, like Balaji is doing with the Manual task.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jan 2011 12:00:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/extending-subprocess/m-p/5631#M1000</guid>
      <dc:creator>tiesebarrell</dc:creator>
      <dc:date>2011-01-07T12:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: Extending Subprocess</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/extending-subprocess/m-p/5632#M1001</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;SPAN&gt;Is there any way by which we can make a new palette work exactly the way the service process or the mail-task work ??…In my requirement i need not extend any pallet and do lots of changes….i just want to have a "new" palette which exactly works as subprocess, but with some added features.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;DEV&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jan 2011 04:36:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/extending-subprocess/m-p/5632#M1001</guid>
      <dc:creator>dev1</dc:creator>
      <dc:date>2011-01-12T04:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: Extending Subprocess</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/extending-subprocess/m-p/5633#M1002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well, you can add your own drawers to the palette if you want by adding them to our code. The main problems you'll face are:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) You'll need to either use Graphiti's tools to create and add nodes to the diagram, which is how we do it, OR program directly with the GEF API&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Somehow the node you create this way will have to store its properties in the .activiti file, which I imagine will be extremely hard to do if you don't want to use our model and extend it for that node.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The way to go is therefore to customize and extend Activiti Designer. You can't do the things you want using CustomServiceTasks, but if you add stuff on to Designer, you should be able to accomplish it. If you want to keep up with new releases of Designer, though, you're going to have to re-add your customizations with each release.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jan 2011 07:58:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/extending-subprocess/m-p/5633#M1002</guid>
      <dc:creator>tiesebarrell</dc:creator>
      <dc:date>2011-01-12T07:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: Extending Subprocess</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/extending-subprocess/m-p/5634#M1003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK, I think I understood some parts of your answer &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;here's what i am trying to do, I have created the Acme Money node (both drawer and a new shape) in my existing Activiti Designer palette (reference - Activiti userguide). Finally when I drag the Money node onto my BPMN editor, I am seeing the below properties window :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[attachment=0]moneytask.JPG[/attachment]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to add a button called "OK" in this properties and on click of 'OK'&amp;nbsp; a java class called "MyClass" should be invoked. How can I accomplish this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dev&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jan 2011 09:15:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/extending-subprocess/m-p/5634#M1003</guid>
      <dc:creator>dev1</dc:creator>
      <dc:date>2011-01-12T09:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: Extending Subprocess</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/extending-subprocess/m-p/5635#M1004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can't do that with a CustomServiceTask, because we don't support buttons. If that's what you need to do, you should create an extra tab besides the "Main" one you see there, make sure it's active for CustomServiceTasks by looking at the filter we have in place for our section, and then write your own SWT code for the property section. I don't see us resolving this particular issue any time soon: &lt;/SPAN&gt;&lt;A href="http://jira.codehaus.org/browse/ACT-414" rel="nofollow noopener noreferrer"&gt;http://jira.codehaus.org/browse/ACT-414&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jan 2011 09:36:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/extending-subprocess/m-p/5635#M1004</guid>
      <dc:creator>tiesebarrell</dc:creator>
      <dc:date>2011-01-12T09:36:44Z</dc:date>
    </item>
  </channel>
</rss>

