BPEL与WF的映射关系

这段时间一直在学WWF工作流。几乎被XPDL与BPEL搞晕了,最后终于找到微软支持BPEL:http://www.microsoft.com/downloads/thankyou.aspx?familyId=6d0daf00-f689-4e61-88e6-cbe6f668e6a3&displayLang=en

(BPEL for Windows Workflow Foundation March CTP)

 

BPEL Activity
WWF Sequential Workflow Activity
Comments
<receive>
[Workflow Start Point] or WebServiceReceive
Value received via input parameter
<reply >
WebServiceResponse or [Workflow Finish Point]
Value returned if out parameter is defined
<sequence>
Sequence
 
<assign>
Code
Code-beside file is used for assignment
<while>
While
 
<switch >
IfElse
 
<invoke>
InvokeWebService
 
<scope>
Scope
 
<flow>
Parallel
 
<pick>
Listen
 
<empty>
[No activities]
Empty space in workflow
<throw>
Throw
 
<compensate>
Compensate
Calls specified compensation handler defined in code-beside file
<terminate>
Terminate
 
<wait>
Delay/Suspend
Delay is used to specify time period to wait, Suspend – to specify condition upon which to stop waiting
[Not implemented]
InvokeWorkflow
Enables your workflow to invoke another workflow
[Not implemented]
ConditionedActivityGroup
Also known as CAG. Executes child activities based on a condition that applies to the CAG itself, and conditions that apply separately to each child
[Not implemented]
Replicator
Creates multiple instances of a single child activity
[Not implemented]
EventDriven
An activity that wraps another activity and executes it when the specified event occurs
[Not implemented]
ExceptionHandler/ExceptionHandlers
Represent a catch block collection for a scope
[Not implemented]
Code
 
Enables you to add Visual Basic or C# code to your workflow

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值