Specific How-tos

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (6)

View Page History


* h1. How to add an extended activity in a BPEL process?

The [WS-BPEL 2.0 standard|http://docs.oasis-open.org/wsbpel/2.0/Primer/wsbpel-v2.0-Primer.pdf] provides the possibility to add activities for specific usage. These extensions can be formalized in a BPEL process with the following mechanism:


* h1. How to implement an extended activity in EasyBPEL?

As EasyBPEL is put upon EasyVIPER, an extended behavior is expected to be developed for each extended activity in EasyBPEL.
<?xml version="1.0" encoding="UTF-8"?>

<tns:ExtendedActivitiesInitialization
xmlns:tns="http://com.ebmwebsourcing.easybpel/ExtendedActivityInitialization"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://com.ebmwebsourcing.easybpel/ExtendedActivityInitialization
xsi:schemaLocation="http://com.ebmwebsourcing.easybpel/ExtendedActivityInitialization
../../main/resources/ExtendedActivityInitialization.xsd ">
<tns:extendedActivityInitialization>