Вы находитесь на странице: 1из 2

Transform:

----------this activity used for mapping . map the variables from source to target. and it
's performing automap.
this activity generates .xsl file . by using this activity we can convert xml do
cument into some other format
difference between assign and transform activitys
------------------------------------------------assign
------1.map the variables from source to
rce to target
target

trasform
--------1.map the variables from sou

2.perform operations by usig expression


g expression
builder

2.perform operations by usin

3.when we have less variables we will


es we will work
prefer to work with assign activity

3.when we have large variabl

4. by using this assign activity you


you can convert xml
can't convert xml into some other format

4.by using trnsform activity

builder

with transform activity

ito some other format

parterlink
---------parterlinks are a reference to an externalservicess which are called by the bpel
process or called into the bpel process
parterlinks are bpel components which are used to communicate bpel engine and ex
ternal services
pick
----this activity contains two branches 1.on-message 2.on-alarm
on-message:it will interact with parterlink/event and recive inputs
on-alarm:configure time to recive message. suppose you give time 5 seconds . if
you donot recive the message withi 5 seconds
it will display time-out error
recive
-----1.recive activity recives single message
ltiple messages
2.recive activity doesn't contain on-alarm
on-alarm

pick
-------1.pick activity recive mu
2.pick activity contains

switch
------switch activity just like if--else. if the condition matches it will execute if
block otheerwise it will go else block
by using switch activity validate the data by writing some conditions
scope

----scope activity just like subblock where we will define local variables and local
catch/catchall activitys
sequence
-------by using sequence activity . activitys are executed in sequencial order
javaembbedded
-------------by using this activity we can invoke java code into a bpel process. it will add
javacustom code to a bpel process by using
javbpel exec extenssion bpelx:exec
empty
----this activity opposite to assign/transform ctivity. it is used for bloccking. if
you want to execute empty messages we will
choose empty
notification
------------by using this activity to send notifications about an event to user/group/destin
ation address. send notifications via email/fax/voicemail/pager/fax/sms
flow
----1.to perform parralel operations at compile
operations t runtime
time

flown
-------1.to perform parrallel

2.if we know the project flow we will work


project flow we will work
with flow ctivity

2.if we don't know the


with flown activity

Вам также может понравиться