Chapter 17 Working with WS-BPEL 2.0
The flow activity is used to specify one or more activities to be performed concurrently. You can define explicit control dependencies between nested child activities using a <<link>> stereotype within a flow activity.
<flow standard-attributes> standard-elements <links>? <link name="NCName" />+ </links> activity+ </flow>
You design a flow activity using a synchronization object.
You can also design a flow activity using a composite process with a <<Flow>> stereotype, when the flow activity has specific properties.
Copyright (C) 2007. Sybase Inc. All rights reserved. |
![]() |