ActiveVOS Designer User’s Guide
As described in Creating an Executable vs. an Abstract Process, you can create a process not immediately intended for execution. When working with abstract processes, consider the following tips:
http://docs.oasis-open.org/wsbpel/2.0/process/abstractWS-BPEL XML Fragment Examples
Example 1 - Variable Declaration
<variable name="commonRequestVar" element="##opaque" />
Example 2 - Use of Invoke Activity
<invoke partnerLink="homeInfoVerifier"
operation="##opaque" inputVariable="##opaque"
ext:uniqueUserFriendlyName="request verification" />
Example 3 - Use of Opaque Activity
<opaqueActivity template:createInstance="yes">
<documentation>...</documentation>
</opaqueActivity>
Copyright (c) 2004-2008 Active Endpoints, Inc.