January 2006
Intermediate to advanced
372 pages
10h 10m
English
This section talks about the important and commonly used functions related to BPEL. These are:
getLinkStatus()getVariableData()getVariableProperty()This function is used to return a Boolean value to indicate the status of a link. Links with positive status are evaluated to true, links with negative status to false. This function can only be used in join conditions. The linkName argument must refer to the name of an incoming link for the activity associated with the join condition.
bpws:getLinkStatus (‘linkName’)
<switch name=”BestOfferSelect”
joinCondition=”bpws:getLinkStatus(
‘AmericanAirlinesCallbackToBestOfferSelect’)
and
bpws:getLinkStatus(
‘DeltaAirlinesCallbackToBestOfferSelect’)” >
... </switch> ...Read now
Unlock full access