Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [bpmn2-modeler-dev] Adding custom tasks

i didn't know about this part: 

On Wed, Jul 13, 2011 at 16:17, Bob Brodt <bbrodt@xxxxxxxxxx> wrote:

   <extension
         point="org.eclipse.bpmn2.modeler.custom_task">
      <task
            createFeature="org.eclipse.bpmn2.modeler.extras.EmailTaskFeatureContainer"
            name="Email Task"
            taskName="send">
      </task>
      <task
            createFeature="org.eclipse.bpmn2.modeler.extras.LogTaskFeatureContainer"
            name="Log Task"
            taskName="log">
      </task>
      <task
            createFeature="org.eclipse.bpmn2.modeler.extras.MyCustomTaskFeatureContainer"
            name="MyCustom Task"
            taskName="mycustom">
      </task>
   </extension>



now it works.

PS: i tried to send the message to the mailing list but it bounced back with an error. is it me or the ML is not working yet? 
PPS: how can i overlay the icon in the top left of the task? (like for the human-task)
--
Stefano

Back to the top