Informatica ActiveVOS
- Informatica ActiveVOS 9.2.5
- All Products
Required Properties
| Optional Properties
|
---|---|
Isolated. Refer to
Setting Isolated to "Yes" in a Scope
| Name. See
Selecting Activity Labels
|
Join Condition. See
Creating a Join Condition for an Incoming Link
| |
Suppress Join Failure. See
Process Properties
| |
Comment. See
Adding Comments to a Process
| |
Documentation. See
Adding Documentation to a Process
| |
See
Setting Visual Properties and Using Your Own Library of Images
| |
Execution State. See
Viewing the Execution State of an Activity or Link
| |
Extension Attributes and Extension Elements. See
Declaring Extension Elements and Attributes .
|
<scope isolated="yes|no"? exitOnStandardFault="yes|no"? standard-attributes> standard-elements <variables>? ... </variables> <partnerLinks>? ... </partnerLinks> <correlationSets>? ... </correlationSets> <messageExchanges>? ... </messageExchanges> <faultHandlers>? ... </faultHandlers> <compensationHandler>? ... </compensationHandler> <eventHandlers>? ... </eventHandlers> <terminationHandler>? ... </terminationHandler> activity </scope>
<scope isolated="no"> <faultHandler> <reply>...</reply> </faultHandler> <flow> <invoke partnerLink="Seller" portType="Sell:Purchasing" operation="SyncPurchase" inputVariable="sendPO" outputVariable="getResponse"/> <invoke partnerLink="Shipper" portType="Ship:Orders" operation="OrderShipment" inputVariable="sendShipOrder" outputVariable="shipAck"/> </flow> </scope>