Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[bpel-dev] Modifying attributes of a custom activity via property tab

Hello,

I'm trying to extend Eclipse BPEL Designer with a custom Activity following the tutorial [1]. I need to modify the activity's attributes via a text field in the properties tab when a particular activity is selected in the graphical editor. I think the way to go ahead is creating a custom activity adapter and calling it via a subclass of BPELPropertySection. 

It should modify the bpel file as follows.

<bpel:extensionActivity>
     <extensionsample:sampleSimpleActivity SampleExtensionAttribute="Hello" name="SampleSimpleActivity"></extensionsample:sampleSimpleActivity>
</bpel:extensionActivity>

Please help me with steps on how to get this done.

[1] http://www.eclipse.org/bpel/users/pdf/CreateAnExtensionActivity.pdf

Thanks,
Keheliya
--
Keheliya Gallaba
http://galpotha.wordpress.com
http://twitter.com/keheliya

Back to the top