test1/ttt55.module/Processes/onemdw/bwce/fwk/Activator.bwp

1001 lines
57 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<bpws:process exitOnStandardFault="no" name="onemdw.bwce.fwk.Activator"
suppressJoinFailure="yes"
targetNamespace="http://xmlns.example.com/20230727064642"
xmlns:bpws="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
xmlns:info="http://www.tibco.com/bw/process/info"
xmlns:ns="http://xmlns.example.com/20230727064642PLT"
xmlns:ns0="http://www.tibco.com/pe/EngineTypes"
xmlns:ns1="http://tibco.com/bw/bw6/system/ModuleActivator"
xmlns:ns2="http://www.onemdw.org/MainSchema"
xmlns:ns3="http://www.tibco.com/pe/Inspector"
xmlns:ns4="http://www.tibco.com/namespaces/tnt/plugins/file/v2"
xmlns:ns5="http://www.tibco.com/namespaces/tnt/plugins/file"
xmlns:ns6="http://tns.tibco.com/bw/palette/internal/activityerror+bw.file.read"
xmlns:sca="http://docs.oasis-open.org/ns/opencsa/sca/200912"
xmlns:sca-bpel="http://docs.oasis-open.org/ns/opencsa/sca-bpel/200801"
xmlns:tibex="http://www.tibco.com/bpel/2007/extensions"
xmlns:tibprop="http://ns.tibco.com/bw/property" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<tibex:VariableDescriptor type="MemorySaving">
<task name="CleanUp">
<endingVariables>
<variable>CleanUp-input</variable>
<variable>Inspector</variable>
</endingVariables>
</task>
<task name="Inspector">
<endingVariables>
<variable>Inspector-input</variable>
</endingVariables>
</task>
</tibex:VariableDescriptor>
<tibex:Types>
<xs:schema attributeFormDefault="unqualified"
elementFormDefault="qualified"
targetNamespace="http://www.tibco.com/pe/EngineTypes"
xmlns:tns="http://www.tibco.com/pe/EngineTypes" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexType block="extension restriction"
final="extension restriction" name="ErrorReport">
<xs:sequence>
<xs:element
block="extension restriction substitution"
form="unqualified" name="StackTrace" type="xs:string"/>
<xs:element
block="extension restriction substitution"
form="unqualified" name="Msg" type="xs:string"/>
<xs:element
block="extension restriction substitution"
form="unqualified" name="FullClass" type="xs:string"/>
<xs:element
block="extension restriction substitution"
form="unqualified" name="Class" type="xs:string"/>
<xs:element
block="extension restriction substitution"
form="unqualified" name="ProcessStack" type="xs:string"/>
<xs:element
block="extension restriction substitution"
form="unqualified" minOccurs="0" name="MsgCode" type="xs:string"/>
<xs:element
block="extension restriction substitution"
form="unqualified" minOccurs="0" name="Data" type="tns:anydata"/>
</xs:sequence>
</xs:complexType>
<xs:complexType block="extension restriction"
final="extension restriction" name="OptionalErrorReport">
<xs:sequence>
<xs:element
block="extension restriction substitution"
form="unqualified" minOccurs="0"
name="StackTrace" type="xs:string"/>
<xs:element
block="extension restriction substitution"
form="unqualified" minOccurs="0" name="Msg" type="xs:string"/>
<xs:element
block="extension restriction substitution"
form="unqualified" minOccurs="0"
name="FullClass" type="xs:string"/>
<xs:element
block="extension restriction substitution"
form="unqualified" minOccurs="0" name="Class" type="xs:string"/>
<xs:element
block="extension restriction substitution"
form="unqualified" minOccurs="0"
name="ProcessStack" type="xs:string"/>
<xs:element
block="extension restriction substitution"
form="unqualified" minOccurs="0" name="MsgCode" type="xs:string"/>
<xs:element
block="extension restriction substitution"
form="unqualified" minOccurs="0" name="Data" type="tns:anydata"/>
</xs:sequence>
</xs:complexType>
<xs:complexType block="extension restriction"
final="extension restriction" name="FaultDetail">
<xs:sequence>
<xs:element
block="extension restriction substitution"
form="unqualified" name="ActivityName" type="xs:string"/>
<xs:element
block="extension restriction substitution"
form="unqualified" minOccurs="0" name="Data" type="tns:anydata"/>
<xs:element
block="extension restriction substitution"
form="unqualified" name="Msg" type="xs:string"/>
<xs:element
block="extension restriction substitution"
form="unqualified" name="MsgCode" type="xs:string"/>
<xs:element
block="extension restriction substitution"
form="unqualified" name="ProcessStack" type="xs:string"/>
<xs:element
block="extension restriction substitution"
form="unqualified" name="StackTrace" type="xs:string"/>
<xs:element
block="extension restriction substitution"
form="unqualified" name="FullClass" type="xs:string"/>
<xs:element
block="extension restriction substitution"
form="unqualified" name="Class" type="xs:string"/>
</xs:sequence>
</xs:complexType>
<xs:complexType block="extension restriction"
final="extension restriction" name="ProcessContext">
<xs:sequence>
<xs:element
block="extension restriction substitution"
form="unqualified" name="JobId" type="xs:string"/>
<xs:element
block="extension restriction substitution"
form="unqualified" name="ApplicationName" type="xs:string"/>
<xs:element
block="extension restriction substitution"
form="unqualified" name="EngineName" type="xs:string"/>
<xs:element
block="extension restriction substitution"
form="unqualified" name="ProcessInstanceId" type="xs:string"/>
<xs:element
block="extension restriction substitution"
form="unqualified" minOccurs="0"
name="CustomJobId" type="xs:string"/>
<!--xs:element name="RestartedFromCheckpoint" form="unqualified" block="extension restriction substitution" type="xs:boolean"/-->
<xs:element
block="extension restriction substitution"
form="unqualified" maxOccurs="unbounded"
minOccurs="0" name="TrackingInfo" type="xs:string"/>
</xs:sequence>
</xs:complexType>
<xs:complexType block="extension restriction"
final="extension restriction" name="anydata">
<xs:sequence>
<xs:any namespace="##any" processContents="lax"/>
</xs:sequence>
</xs:complexType>
<xs:element block="extension restriction substitution"
final="extension restriction" name="OptionalErrorReport" type="tns:OptionalErrorReport"/>
<xs:element block="extension restriction substitution"
final="extension restriction" name="ErrorReport" type="tns:ErrorReport"/>
<xs:element block="extension restriction substitution"
final="extension restriction" name="FaultDetail" type="tns:FaultDetail"/>
<xs:element block="extension restriction substitution"
final="extension restriction" name="ProcessContext" type="tns:ProcessContext"/>
<xs:element block="extension restriction substitution"
final="extension restriction" name="CorrelationValue" type="xs:string"/>
</xs:schema>
<schema attributeFormDefault="unqualified"
elementFormDefault="unqualified"
targetNamespace="http://schemas.tibco.com/bw/pe/plugin/5.0/exceptions"
version="" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.tibco.com/bw/pe/plugin/5.0/exceptions">
<complexType name="ActivityExceptionType">
<sequence>
<element name="msg" type="string"/>
<element minOccurs="0" name="msgCode" type="string"/>
</sequence>
</complexType>
<element name="ActivityException" type="tns:ActivityExceptionType"/>
<complexType name="ActivityTimedOutExceptionType">
<complexContent>
<extension base="tns:ActivityExceptionType"/>
</complexContent>
</complexType>
<element name="ActivityTimedOutException" type="tns:ActivityTimedOutExceptionType"/>
<complexType name="DuplicateKeyExceptionType">
<complexContent>
<extension base="tns:ActivityExceptionType">
<sequence>
<element name="duplicateKey" type="string"/>
<element minOccurs="0" name="previousJobID" type="string"/>
</sequence>
</extension>
</complexContent>
</complexType>
<element name="DuplicateKeyException" type="tns:DuplicateKeyExceptionType"/>
</schema>
<schema elementFormDefault="qualified"
targetNamespace="http://www.tibco.com/pe/Inspector"
xmlns="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://www.tibco.com/pe/Inspector">
<complexType name="InspectActivityInputType">
<sequence>
<element minOccurs="0" name="fileName" type="string"/>
</sequence>
</complexType>
<complexType name="InspectActivityOutputType">
<sequence>
<element minOccurs="1" name="output" type="string"/>
</sequence>
</complexType>
<element name="InspectActivityInputClass" type="tns:InspectActivityInputType"/>
<element name="InspectActivityOutputClass" type="tns:InspectActivityOutputType"/>
</schema>
<wsdl:definitions
targetNamespace="http://xmlns.example.com/20230727064642PLT"
xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype"
xmlns:ptyp="http://tibco.com/bw/bw6/system/ModuleActivator"
xmlns:tns="http://xmlns.example.com/20230727064642PLT"
xmlns:vprop="http://docs.oasis-open.org/wsbpel/2.0/varprop"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<plnk:partnerLinkType name="partnerLinkType">
<plnk:role name="use" portType="ptyp:ModuleActivator"/>
</plnk:partnerLinkType>
<wsdl:import namespace="http://tibco.com/bw/bw6/system/ModuleActivator"/>
</wsdl:definitions>
</tibex:Types>
<tibex:ProcessInfo callable="false" createdBy="avazquez"
createdOn="Thu Jul 27 06:46:42 CEST 2023" description=""
extraErrorVars="true" modifiers="public"
productVersion="2.8.2 V17 2023-05-19" scalable="false"
singleton="true" stateless="true" type="IT"/>
<tibex:ProcessInterface context="" input="" output=""/>
<tibex:ProcessTemplateConfigurations/>
<notation:Diagram measurementUnit="Pixel" type="BWProcess"
xmlns:bwnotation="http://tns.tibco.com/bw/runtime/BWNotation"
xmlns:notation="http://www.eclipse.org/gmf/runtime/1.0.2/notation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<children type="2001">
<children type="5001"/>
<children type="3001">
<children type="4001">
<children type="4017">
<styles fontName=".AppleSystemUIFont"
lineColor="0" xsi:type="notation:ShapeStyle"/>
<layoutConstraint xsi:type="notation:Bounds"/>
</children>
<children type="4017">
<styles fontName=".AppleSystemUIFont"
lineColor="0" xsi:type="notation:ShapeStyle"/>
<layoutConstraint xsi:type="notation:Bounds"/>
</children>
<children type="4017">
<styles fontName=".AppleSystemUIFont"
lineColor="0" xsi:type="notation:ShapeStyle"/>
<layoutConstraint xsi:type="notation:Bounds"/>
</children>
<children type="4017">
<styles fontName=".AppleSystemUIFont"
lineColor="0" xsi:type="notation:ShapeStyle"/>
<layoutConstraint xsi:type="notation:Bounds"/>
</children>
<children type="40011"/>
<children type="3006">
<styles xsi:type="notation:DrawerStyle"/>
<styles xsi:type="notation:SortingStyle"/>
<styles xsi:type="notation:FilteringStyle"/>
<styles xsi:type="bwnotation:BackgroundStyle"/>
<styles xsi:type="bwnotation:ResizingStyle"/>
</children>
<styles fontName=".AppleSystemUIFont" lineColor="0" xsi:type="notation:ShapeStyle"/>
<styles xsi:type="bwnotation:BackgroundStyle"/>
<styles xsi:type="bwnotation:ResizingStyle"/>
<element href="//0/@process/@partnerLinks/@children.0"/>
<layoutConstraint xsi:type="notation:Bounds"/>
</children>
<styles xsi:type="notation:SortingStyle"/>
<styles xsi:type="notation:FilteringStyle"/>
<element href="//0/@process"/>
</children>
<children type="3002">
<styles xsi:type="notation:SortingStyle"/>
<styles xsi:type="notation:FilteringStyle"/>
</children>
<children type="3003">
<styles xsi:type="notation:SortingStyle"/>
<styles xsi:type="notation:FilteringStyle"/>
</children>
<children type="3004">
<children type="4018">
<children type="3018">
<children type="4020">
<children type="3020">
<children type="4005">
<children type="3007">
<children type="4010">
<children type="5002"/>
<children type="3010">
<children type="4013">
<children type="4017">
<styles
fontName=".AppleSystemUIFont"
lineColor="0" xsi:type="notation:ShapeStyle"/>
<layoutConstraint xsi:type="notation:Bounds"/>
</children>
<children type="4017">
<styles
fontName=".AppleSystemUIFont"
lineColor="0" xsi:type="notation:ShapeStyle"/>
<layoutConstraint xsi:type="notation:Bounds"/>
</children>
<children type="4017">
<styles
fontName=".AppleSystemUIFont"
lineColor="0" xsi:type="notation:ShapeStyle"/>
<layoutConstraint xsi:type="notation:Bounds"/>
</children>
<children type="4017">
<styles
fontName=".AppleSystemUIFont"
lineColor="0" xsi:type="notation:ShapeStyle"/>
<layoutConstraint xsi:type="notation:Bounds"/>
</children>
<styles
fontName=".AppleSystemUIFont"
lineColor="0" xsi:type="notation:ShapeStyle"/>
<element href="//0/@process/@activity/@activity/@activities.0"/>
<layoutConstraint
height="34"
width="34" x="9"
xsi:type="notation:Bounds" y="126"/>
</children>
<styles xsi:type="notation:SortingStyle"/>
<styles xsi:type="notation:FilteringStyle"/>
</children>
<children type="3011">
<children type="4011">
<children type="3012">
<children type="4002">
<children type="4017">
<styles
fontName=".AppleSystemUIFont"
lineColor="0" xsi:type="notation:ShapeStyle"/>
<layoutConstraint xsi:type="notation:Bounds"/>
</children>
<children type="4017">
<styles
fontName=".AppleSystemUIFont"
lineColor="0" xsi:type="notation:ShapeStyle"/>
<layoutConstraint xsi:type="notation:Bounds"/>
</children>
<children type="4017">
<styles
fontName=".AppleSystemUIFont"
lineColor="0" xsi:type="notation:ShapeStyle"/>
<layoutConstraint xsi:type="notation:Bounds"/>
</children>
<children type="4017">
<styles
fontName=".AppleSystemUIFont"
lineColor="0" xsi:type="notation:ShapeStyle"/>
<layoutConstraint xsi:type="notation:Bounds"/>
</children>
<styles
fontName=".AppleSystemUIFont"
lineColor="0" xsi:type="notation:ShapeStyle"/>
<styles
backgroundColor="16777215"
gradientEndColor="50431"
gradientStartColor="16777215" xsi:type="bwnotation:BackgroundStyle"/>
<element href="//0/@process/@activity/@activity/@activities.0/@messages.0/@activity/@activity/@activities.0"/>
<layoutConstraint
xsi:type="notation:Bounds" y="40"/>
</children>
<styles xsi:type="notation:SortingStyle"/>
<styles xsi:type="notation:FilteringStyle"/>
<element href="//0/@process/@activity/@activity/@activities.0/@messages.0"/>
</children>
<children type="3013">
<children type="4018">
<children type="3018">
<children type="4020">
<children type="3020">
<children type="4005">
<children type="3007">
<children type="4002">
<children type="4017">
<styles
fontName=".AppleSystemUIFont"
lineColor="0" xsi:type="notation:ShapeStyle"/>
<layoutConstraint xsi:type="notation:Bounds"/>
</children>
<children type="4017">
<styles
fontName=".AppleSystemUIFont"
lineColor="0" xsi:type="notation:ShapeStyle"/>
<layoutConstraint xsi:type="notation:Bounds"/>
</children>
<children type="4017">
<styles
fontName=".AppleSystemUIFont"
lineColor="0" xsi:type="notation:ShapeStyle"/>
<layoutConstraint xsi:type="notation:Bounds"/>
</children>
<children type="4017">
<styles
fontName=".AppleSystemUIFont"
lineColor="0" xsi:type="notation:ShapeStyle"/>
<layoutConstraint xsi:type="notation:Bounds"/>
</children>
<styles
fontName=".AppleSystemUIFont"
lineColor="0" xsi:type="notation:ShapeStyle"/>
<styles
backgroundColor="16777215"
gradientEndColor="50431"
gradientStartColor="16777215" xsi:type="bwnotation:BackgroundStyle"/>
<element href="//0/@process/@activity/@activity/@activities.0/@messages.0/@activity/@activity/@activities.2"/>
<layoutConstraint
x="187"
xsi:type="notation:Bounds" y="28"/>
</children>
<children type="4002 bw.internal.inspector">
<children type="4017">
<styles
fontName=".AppleSystemUIFont"
lineColor="0" xsi:type="notation:ShapeStyle"/>
<layoutConstraint xsi:type="notation:Bounds"/>
</children>
<children type="4017">
<styles
fontName=".AppleSystemUIFont"
lineColor="0" xsi:type="notation:ShapeStyle"/>
<layoutConstraint xsi:type="notation:Bounds"/>
</children>
<children type="4017">
<styles
fontName=".AppleSystemUIFont"
lineColor="0" xsi:type="notation:ShapeStyle"/>
<layoutConstraint xsi:type="notation:Bounds"/>
</children>
<children type="4017">
<styles
fontName=".AppleSystemUIFont"
lineColor="0" xsi:type="notation:ShapeStyle"/>
<layoutConstraint xsi:type="notation:Bounds"/>
</children>
<styles
fontName=".AppleSystemUIFont"
lineColor="0" xsi:type="notation:ShapeStyle"/>
<styles
backgroundColor="16777215"
gradientEndColor="50431"
gradientStartColor="16777215" xsi:type="bwnotation:BackgroundStyle"/>
<element href="//0/@process/@activity/@activity/@activities.0/@messages.0/@activity/@activity/@activities.3"/>
<layoutConstraint
height="40"
width="40"
x="64"
xsi:type="notation:Bounds" y="28"/>
</children>
<styles xsi:type="notation:DrawerStyle"/>
<styles xsi:type="notation:SortingStyle"/>
<styles xsi:type="notation:FilteringStyle"/>
<element href="//0/@process/@activity/@activity/@activities.0/@messages.0/@activity/@activity"/>
</children>
<styles
fontName=".AppleSystemUIFont"
lineColor="0" xsi:type="notation:ShapeStyle"/>
<styles
backgroundColor="16777215"
gradientEndColor="50431"
gradientStartColor="16777215" xsi:type="bwnotation:BackgroundStyle"/>
<styles xsi:type="bwnotation:ResizingStyle"/>
<element href="//0/@process/@activity/@activity/@activities.0/@messages.0/@activity/@activity"/>
<layoutConstraint
height="130"
width="381" xsi:type="notation:Bounds"/>
</children>
<styles xsi:type="notation:SortingStyle"/>
<styles xsi:type="notation:FilteringStyle"/>
</children>
<styles
fontName=".AppleSystemUIFont"
lineColor="0" xsi:type="notation:ShapeStyle"/>
<styles xsi:type="bwnotation:BackgroundStyle"/>
<styles xsi:type="bwnotation:ResizingStyle"/>
<element href="//0/@process/@activity/@activity/@activities.0/@messages.0/@activity"/>
<layoutConstraint
height="-45"
width="-76"
x="30"
xsi:type="notation:Bounds" y="20"/>
</children>
<styles xsi:type="notation:SortingStyle"/>
<styles xsi:type="notation:FilteringStyle"/>
<element href="//0/@process/@activity/@activity/@activities.0/@messages.0/@activity"/>
</children>
<styles
fontName=".AppleSystemUIFont"
lineColor="0" xsi:type="notation:ShapeStyle"/>
<styles xsi:type="bwnotation:BackgroundStyle"/>
<styles xsi:type="bwnotation:ResizingStyle"/>
<element href="//0/@process/@activity/@activity/@activities.0/@messages.0/@activity"/>
<layoutConstraint xsi:type="notation:Bounds"/>
</children>
<styles xsi:type="notation:SortingStyle"/>
<styles xsi:type="notation:FilteringStyle"/>
<element href="//0/@process/@activity/@activity/@activities.0/@messages.0"/>
</children>
<children type="3016">
<children type="4002">
<children type="4017">
<styles
fontName=".AppleSystemUIFont"
lineColor="0" xsi:type="notation:ShapeStyle"/>
<layoutConstraint xsi:type="notation:Bounds"/>
</children>
<children type="4017">
<styles
fontName=".AppleSystemUIFont"
lineColor="0" xsi:type="notation:ShapeStyle"/>
<layoutConstraint xsi:type="notation:Bounds"/>
</children>
<children type="4017">
<styles
fontName=".AppleSystemUIFont"
lineColor="0" xsi:type="notation:ShapeStyle"/>
<layoutConstraint xsi:type="notation:Bounds"/>
</children>
<children type="4017">
<styles
fontName=".AppleSystemUIFont"
lineColor="0" xsi:type="notation:ShapeStyle"/>
<layoutConstraint xsi:type="notation:Bounds"/>
</children>
<styles
fontName=".AppleSystemUIFont"
lineColor="0" xsi:type="notation:ShapeStyle"/>
<styles
backgroundColor="16777215"
gradientEndColor="50431"
gradientStartColor="16777215" xsi:type="bwnotation:BackgroundStyle"/>
<element href="//0/@process/@activity/@activity/@activities.0/@messages.0/@activity/@activity/@activities.1"/>
<layoutConstraint
xsi:type="notation:Bounds" y="40"/>
</children>
<styles xsi:type="notation:SortingStyle"/>
<styles xsi:type="notation:FilteringStyle"/>
<element href="//0/@process/@activity/@activity/@activities.0/@messages.0"/>
</children>
<styles
fontName=".AppleSystemUIFont"
lineColor="0" xsi:type="notation:ShapeStyle"/>
<styles xsi:type="bwnotation:BackgroundStyle"/>
<styles xsi:type="bwnotation:ResizingStyle"/>
<element href="//0/@process/@activity/@activity/@activities.0/@messages.0"/>
<layoutConstraint
height="171"
width="486"
x="2" xsi:type="notation:Bounds"/>
</children>
<children type="4011">
<children type="3012">
<children type="4002">
<children type="4017">
<styles
fontName=".AppleSystemUIFont"
lineColor="0" xsi:type="notation:ShapeStyle"/>
<layoutConstraint xsi:type="notation:Bounds"/>
</children>
<children type="4017">
<styles
fontName=".AppleSystemUIFont"
lineColor="0" xsi:type="notation:ShapeStyle"/>
<layoutConstraint xsi:type="notation:Bounds"/>
</children>
<children type="4017">
<styles
fontName=".AppleSystemUIFont"
lineColor="0" xsi:type="notation:ShapeStyle"/>
<layoutConstraint xsi:type="notation:Bounds"/>
</children>
<children type="4017">
<styles
fontName=".AppleSystemUIFont"
lineColor="0" xsi:type="notation:ShapeStyle"/>
<layoutConstraint xsi:type="notation:Bounds"/>
</children>
<styles
fontName=".AppleSystemUIFont"
lineColor="0" xsi:type="notation:ShapeStyle"/>
<styles
backgroundColor="16777215"
gradientEndColor="50431"
gradientStartColor="16777215" xsi:type="bwnotation:BackgroundStyle"/>
<element href="//0/@process/@activity/@activity/@activities.0/@messages.1/@activity/@activity/@activities.0"/>
<layoutConstraint
xsi:type="notation:Bounds" y="40"/>
</children>
<styles xsi:type="notation:SortingStyle"/>
<styles xsi:type="notation:FilteringStyle"/>
<element href="//0/@process/@activity/@activity/@activities.0/@messages.1"/>
</children>
<children type="3013">
<children type="4018">
<children type="3018">
<children type="4020">
<children type="3020">
<children type="4005">
<children type="3007">
<styles xsi:type="notation:DrawerStyle"/>
<styles xsi:type="notation:SortingStyle"/>
<styles xsi:type="notation:FilteringStyle"/>
<element href="//0/@process/@activity/@activity/@activities.0/@messages.1/@activity/@activity"/>
</children>
<styles
fontName=".AppleSystemUIFont"
lineColor="0" xsi:type="notation:ShapeStyle"/>
<styles
backgroundColor="16777215"
gradientEndColor="50431"
gradientStartColor="16777215" xsi:type="bwnotation:BackgroundStyle"/>
<styles xsi:type="bwnotation:ResizingStyle"/>
<element href="//0/@process/@activity/@activity/@activities.0/@messages.1/@activity/@activity"/>
<layoutConstraint
height="129"
width="381" xsi:type="notation:Bounds"/>
</children>
<styles xsi:type="notation:SortingStyle"/>
<styles xsi:type="notation:FilteringStyle"/>
</children>
<styles
fontName=".AppleSystemUIFont"
lineColor="0" xsi:type="notation:ShapeStyle"/>
<styles xsi:type="bwnotation:BackgroundStyle"/>
<styles xsi:type="bwnotation:ResizingStyle"/>
<element href="//0/@process/@activity/@activity/@activities.0/@messages.1/@activity"/>
<layoutConstraint
height="129"
width="384"
x="15" xsi:type="notation:Bounds"/>
</children>
<styles xsi:type="notation:SortingStyle"/>
<styles xsi:type="notation:FilteringStyle"/>
<element href="//0/@process/@activity/@activity/@activities.0/@messages.1/@activity"/>
</children>
<styles
fontName=".AppleSystemUIFont"
lineColor="0" xsi:type="notation:ShapeStyle"/>
<styles xsi:type="bwnotation:BackgroundStyle"/>
<styles xsi:type="bwnotation:ResizingStyle"/>
<element href="//0/@process/@activity/@activity/@activities.0/@messages.1/@activity"/>
<layoutConstraint
height="153"
width="424" xsi:type="notation:Bounds"/>
</children>
<styles xsi:type="notation:SortingStyle"/>
<styles xsi:type="notation:FilteringStyle"/>
<element href="//0/@process/@activity/@activity/@activities.0/@messages.1"/>
</children>
<children type="3016">
<children type="4002">
<children type="4017">
<styles
fontName=".AppleSystemUIFont"
lineColor="0" xsi:type="notation:ShapeStyle"/>
<layoutConstraint xsi:type="notation:Bounds"/>
</children>
<children type="4017">
<styles
fontName=".AppleSystemUIFont"
lineColor="0" xsi:type="notation:ShapeStyle"/>
<layoutConstraint xsi:type="notation:Bounds"/>
</children>
<children type="4017">
<styles
fontName=".AppleSystemUIFont"
lineColor="0" xsi:type="notation:ShapeStyle"/>
<layoutConstraint xsi:type="notation:Bounds"/>
</children>
<children type="4017">
<styles
fontName=".AppleSystemUIFont"
lineColor="0" xsi:type="notation:ShapeStyle"/>
<layoutConstraint xsi:type="notation:Bounds"/>
</children>
<styles
fontName=".AppleSystemUIFont"
lineColor="0" xsi:type="notation:ShapeStyle"/>
<styles
backgroundColor="16777215"
gradientEndColor="50431"
gradientStartColor="16777215" xsi:type="bwnotation:BackgroundStyle"/>
<element href="//0/@process/@activity/@activity/@activities.0/@messages.1/@activity/@activity/@activities.1"/>
<layoutConstraint
xsi:type="notation:Bounds" y="40"/>
</children>
<styles xsi:type="notation:SortingStyle"/>
<styles xsi:type="notation:FilteringStyle"/>
<element href="//0/@process/@activity/@activity/@activities.0/@messages.1"/>
</children>
<styles
fontName=".AppleSystemUIFont"
lineColor="0" xsi:type="notation:ShapeStyle"/>
<styles xsi:type="bwnotation:BackgroundStyle"/>
<styles xsi:type="bwnotation:ResizingStyle"/>
<element href="//0/@process/@activity/@activity/@activities.0/@messages.1"/>
<layoutConstraint
height="172"
width="486"
x="2"
xsi:type="notation:Bounds" y="142"/>
</children>
<styles xsi:type="notation:SortingStyle"/>
<styles xsi:type="notation:FilteringStyle"/>
<element href="//0/@process/@activity/@activity/@activities.0"/>
</children>
<styles
fontName=".AppleSystemUIFont"
lineColor="0" xsi:type="notation:ShapeStyle"/>
<styles xsi:type="bwnotation:BackgroundStyle"/>
<styles xsi:type="bwnotation:ResizingStyle"/>
<element href="//0/@process/@activity/@activity/@activities.0"/>
<layoutConstraint
height="376" width="561" xsi:type="notation:Bounds"/>
</children>
<styles xsi:type="notation:DrawerStyle"/>
<styles xsi:type="notation:SortingStyle"/>
<styles xsi:type="notation:FilteringStyle"/>
<element href="//0/@process/@activity/@activity"/>
</children>
<styles
fontName=".AppleSystemUIFont"
lineColor="0" xsi:type="notation:ShapeStyle"/>
<styles backgroundColor="16777215"
gradientEndColor="50431"
gradientStartColor="16777215" xsi:type="bwnotation:BackgroundStyle"/>
<styles xsi:type="bwnotation:ResizingStyle"/>
<element href="//0/@process/@activity/@activity"/>
<layoutConstraint height="386"
width="515" xsi:type="notation:Bounds"/>
</children>
<styles xsi:type="notation:SortingStyle"/>
<styles xsi:type="notation:FilteringStyle"/>
</children>
<styles fontName=".AppleSystemUIFont"
lineColor="0" xsi:type="notation:ShapeStyle"/>
<styles xsi:type="bwnotation:BackgroundStyle"/>
<styles xsi:type="bwnotation:ResizingStyle"/>
<element href="//0/@process/@activity"/>
<layoutConstraint height="386" width="518" xsi:type="notation:Bounds"/>
</children>
<styles xsi:type="notation:SortingStyle"/>
<styles xsi:type="notation:FilteringStyle"/>
<element href="//0/@process/@activity"/>
</children>
<styles fontName=".AppleSystemUIFont" lineColor="0" xsi:type="notation:ShapeStyle"/>
<styles xsi:type="bwnotation:BackgroundStyle"/>
<styles xsi:type="bwnotation:ResizingStyle"/>
<element href="//0/@process/@activity"/>
<layoutConstraint height="410" width="518" x="1"
xsi:type="notation:Bounds" y="1"/>
</children>
<styles xsi:type="notation:SortingStyle"/>
<styles xsi:type="notation:FilteringStyle"/>
<element href="//0/@process"/>
</children>
<styles fontName=".AppleSystemUIFont" lineColor="0" xsi:type="notation:ShapeStyle"/>
<element href="//0/@process"/>
<layoutConstraint height="462" width="860" xsi:type="notation:Bounds"/>
</children>
<styles xsi:type="notation:DiagramStyle"/>
<element href="//0"/>
<edges
source="//@children.0/@children.1/@children.0/@children.1"
target="//@children.0/@children.4/@children.0/@children.0/@children.0/@children.0/@children.0/@children.0/@children.0/@children.1/@children.0/@children.3" type="4016">
<styles lineColor="0" xsi:type="notation:ConnectorStyle"/>
<styles fontName=".AppleSystemUIFont" xsi:type="notation:FontStyle"/>
<element xsi:nil="true"/>
<bendpoints points="[0, 0, 0, 0]$[0, 0, 0, 0]" xsi:type="notation:RelativeBendpoints"/>
</edges>
<edges
source="//@children.0/@children.4/@children.0/@children.0/@children.0/@children.0/@children.0/@children.0/@children.0/@children.2/@children.0/@children.1/@children.0/@children.0/@children.0/@children.0/@children.0/@children.0/@children.1"
target="//@children.0/@children.4/@children.0/@children.0/@children.0/@children.0/@children.0/@children.0/@children.0/@children.2/@children.0/@children.1/@children.0/@children.0/@children.0/@children.0/@children.0/@children.0/@children.0" type="4006">
<children type="6002">
<layoutConstraint xsi:type="notation:Location" y="40"/>
</children>
<styles lineColor="0" xsi:type="notation:ConnectorStyle"/>
<styles fontName=".AppleSystemUIFont" xsi:type="notation:FontStyle"/>
<element href="//0/@process/@activity/@activity/@activities.0/@messages.0/@activity/@activity/@links/@children.0"/>
<bendpoints points="[25, -1, -119, 0]$[120, 0, -24, 1]" xsi:type="notation:RelativeBendpoints"/>
</edges>
</notation:Diagram>
<bpws:import importType="http://schemas.xmlsoap.org/wsdl/" namespace="http://tibco.com/bw/bw6/system/ModuleActivator"/>
<bpws:import importType="http://www.w3.org/2001/XMLSchema" namespace="http://www.onemdw.org/MainSchema"/>
<bpws:partnerLinks>
<bpws:partnerLink myRole="use" name="ModuleActivator"
partnerLinkType="ns:partnerLinkType" sca-bpel:ignore="false" sca-bpel:service="ModuleActivator"/>
</bpws:partnerLinks>
<bpws:variables>
<bpws:variable element="ns0:ProcessContext"
name="_processContext" sca-bpel:internal="true"/>
<bpws:variable messageType="ns1:onStartupRequest"
name="onStartup" sca-bpel:internal="true"/>
<bpws:variable messageType="ns1:onShutdownRequest"
name="onShutdown" sca-bpel:internal="true"/>
<bpws:variable element="ns2:cleanUpInput" name="CleanUp-input" sca-bpel:internal="true"/>
<bpws:variable element="ns3:InspectActivityInputClass"
name="Inspector-input" sca-bpel:internal="true"/>
<bpws:variable element="ns3:InspectActivityOutputClass"
name="Inspector" sca-bpel:internal="true"/>
</bpws:variables>
<bpws:extensions>
<bpws:extension mustUnderstand="no" namespace="http://www.eclipse.org/gmf/runtime/1.0.2/notation"/>
<bpws:extension mustUnderstand="no" namespace="http://www.tibco.com/bw/process/info"/>
<bpws:extension mustUnderstand="no" namespace="http://docs.oasis-open.org/ns/opencsa/sca-bpel/200801"/>
<bpws:extension mustUnderstand="no" namespace="http://docs.oasis-open.org/ns/opencsa/sca/200912"/>
<bpws:extension mustUnderstand="no" namespace="http://ns.tibco.com/bw/property"/>
<bpws:extension mustUnderstand="no" namespace="http://www.tibco.com/bpel/2007/extensions"/>
</bpws:extensions>
<bpws:scope name="scope">
<bpws:flow name="flow">
<bpws:links/>
<bpws:pick createInstance="yes" name="pick" tibex:xpdlId="17d8ede3-d249-42d4-b482-0ff7a4916abf">
<bpws:onMessage operation="onStartup"
partnerLink="ModuleActivator"
portType="ns1:ModuleActivator"
tibex:xpdlId="7b75e87d-7e60-4a7b-91d6-ba9d136508b7" variable="onStartup">
<bpws:scope name="scope1">
<bpws:flow name="flow1">
<bpws:links>
<bpws:link name="InspectorToCleanUp" tibex:linkType="SUCCESS"/>
</bpws:links>
<bpws:empty name="OnMessageStart"
tibex:constructor="onMessageStart" tibex:xpdlId="c921424a-f912-4fca-8574-b06ee717285c"/>
<bpws:empty name="OnMessageEnd"
tibex:constructor="onMessageEnd" tibex:xpdlId="02514bed-9b2b-474d-b042-ae5bbfa35dfd"/>
<bpws:extensionActivity>
<tibex:extActivity
inputVariable="CleanUp-input"
name="CleanUp"
tibex:xpdlId="f3d1fb65-a691-49e4-a83f-b7b596c5f14d"
type="bw.generalactivities.callprocess" xmlns:tibex="http://www.tibco.com/bpel/2007/extensions">
<bpws:targets>
<bpws:target linkName="InspectorToCleanUp"/>
</bpws:targets>
<tibex:inputBindings>
<tibex:inputBinding coercion=""
expression="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>&#xa;&lt;xsl:stylesheet xmlns:xsl=&quot;http://www.w3.org/1999/XSL/Transform&quot; xmlns:tns=&quot;http://www.tibco.com/pe/Inspector&quot; xmlns:tns1=&quot;http://www.onemdw.org/MainSchema&quot; version=&quot;2.0&quot;>&lt;xsl:param name=&quot;Inspector&quot;/>&lt;xsl:template name=&quot;CleanUp-input&quot; match=&quot;/&quot;>&lt;tns1:cleanUpInput>&lt;tns1:propertiesData>&lt;xsl:value-of select=&quot;$Inspector/tns:output&quot;/>&lt;/tns1:propertiesData>&lt;/tns1:cleanUpInput>&lt;/xsl:template>&lt;/xsl:stylesheet>" expressionLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xslt1.0"/>
</tibex:inputBindings>
<tibex:CallProcess
moduleRef="bwce-fwk"
subProcessName="onemdw.bwce.fwk.utils.CleanStartUp" xmlns:tibex="http://www.tibco.com/bpel/2007/extensions"/>
</tibex:extActivity>
</bpws:extensionActivity>
<bpws:extensionActivity>
<tibex:activityExtension
inputVariable="Inspector-input"
name="Inspector"
outputVariable="Inspector"
tibex:xpdlId="de312356-9812-48e1-99c9-14f06f075402" xmlns:tibex="http://www.tibco.com/bpel/2007/extensions">
<bpws:sources>
<bpws:source linkName="InspectorToCleanUp"/>
</bpws:sources>
<tibex:inputBindings>
<tibex:inputBinding
expression="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?> &lt;xsl:stylesheet xmlns:xsl=&quot;http://www.w3.org/1999/XSL/Transform&quot; xmlns:tns=&quot;http://www.tibco.com/pe/Inspector&quot; version=&quot;2.0&quot;> &lt;xsl:template name=&quot;Inspector-input&quot; match=&quot;/&quot;> &lt;tns:InspectActivityInputClass/>&lt;/xsl:template> &lt;/xsl:stylesheet>" expressionLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xslt1.0"/>
</tibex:inputBindings>
<tibex:config>
<bwext:BWActivity
activityTypeID="bw.internal.inspector"
xmlns:activityconfig="http://tns.tibco.com/bw/model/activityconfig"
xmlns:bwext="http://tns.tibco.com/bw/model/core/bwext"
xmlns:internalactivities="http://ns.tibco.com/bw/core/internalactivity" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<activityConfig>
<properties
name="config" xsi:type="activityconfig:EMFProperty">
<type href="http://ns.tibco.com/bw/core/internalactivity#//Inspector"/>
<value inspect="All" xsi:type="internalactivities:Inspector"/>
</properties>
</activityConfig>
</bwext:BWActivity>
</tibex:config>
</tibex:activityExtension>
</bpws:extensionActivity>
</bpws:flow>
</bpws:scope>
</bpws:onMessage>
<bpws:onMessage operation="onShutdown"
partnerLink="ModuleActivator"
portType="ns1:ModuleActivator"
tibex:xpdlId="a304aac5-f7eb-448c-b4aa-594f5c86db3b" variable="onShutdown">
<bpws:scope name="scope2">
<bpws:flow name="flow2">
<bpws:links/>
<bpws:empty name="OnMessageStart1"
tibex:constructor="onMessageStart" tibex:xpdlId="4dc4ff15-a15d-4ea6-b9e0-b2ee6504980b"/>
<bpws:empty name="OnMessageEnd1"
tibex:constructor="onMessageEnd" tibex:xpdlId="0d5ce58b-cff8-4837-bdf5-7cd7d834249e"/>
</bpws:flow>
</bpws:scope>
</bpws:onMessage>
</bpws:pick>
</bpws:flow>
</bpws:scope>
</bpws:process>