This commit is contained in:
wojciech
2024-07-30 13:29:43 +02:00
parent 8db5e17d66
commit 5f0d1fc37f
26 changed files with 905 additions and 990 deletions

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Repository:repository xmlns:Repository="http://www.tibco.com/xmlns/repo/types/2002">
<folder resourceType="ae.designerfolder" name="author" propLocks="" allowUserToChangeIcon="false" sortContents="false" acceptsResources="true" allowDuplicates="false">
<description/>
<fixedChildren/>
</folder>
</Repository:repository>

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<pd:ProcessDefinition xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:pfx="http://www.demo.com/author" xmlns:pd="http://xmlns.tibco.com/bw/process/2003" xmlns:ns="http://www.tibco.com/pe/WriteToLogActivitySchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns2="http://www.tibco.com/namespaces/tnt/plugins/file" xmlns:ns1="http://www.tibco.com/pe/EngineTypes" xmlns:ns4="http://www.tibco.com/namespaces/tnt/plugins/file/v2" xmlns:ns3="http://www.tibco.com/pe/GenerateErrorActivity/InputSchema">
<xsd:import namespace="http://www.demo.com/author" schemaLocation="/Resources/WSDL/WSDL.wsdl"/>
<pd:name>Processes/xml/XMLDELETE.process</pd:name>
<pd:name>Processes/xml/author/XmlDELETE.process</pd:name>
<pd:startName>Start</pd:startName>
<pd:startType>
<xsd:element name="root">

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<pd:ProcessDefinition xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:pfx="http://www.tibco.com/namespaces/tnt/plugins/file/v2" xmlns:pd="http://xmlns.tibco.com/bw/process/2003" xmlns:pfx2="http://www.demo.com/author" xmlns:ns="http://www.tibco.com/namespaces/tnt/plugins/file" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:ns2="http://www.tibco.com/pe/GenerateErrorActivity/InputSchema">
<xsd:import namespace="http://www.demo.com/author" schemaLocation="/Resources/schemas/putRequest.xsd"/>
<pd:name>Processes/xml/XMLGET.process</pd:name>
<pd:name>Processes/xml/author/XmlGET.process</pd:name>
<pd:startName>Start</pd:startName>
<pd:startType>
<xsd:element name="root">

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<pd:ProcessDefinition xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:pfx="http://www.demo.com/author" xmlns:pd="http://xmlns.tibco.com/bw/process/2003" xmlns:pfx2="http://www.tibco.com/pe/GenerateErrorActivity/InputSchema" xmlns:ns="http://www.tibco.com/namespaces/tnt/plugins/file" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns2="http://xmlns.tibco.com/bw/activity/xml/render/bytesEnvelope/2003/05" xmlns:tib="http://www.tibco.com/bw/xslt/custom-functions" xmlns:ns3="http://www.tibco.com/namespaces/tnt/plugins/file/v2">
<xsd:import namespace="http://www.demo.com/author" schemaLocation="/Resources/schemas/putRequest.xsd"/>
<pd:name>Processes/xml/XMLPOST.process</pd:name>
<pd:name>Processes/xml/author/XmlPOST.process</pd:name>
<pd:startName>Start</pd:startName>
<pd:startType>
<xsd:element name="root">

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<pd:ProcessDefinition xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:pfx="http://www.demo.com/author" xmlns:pd="http://xmlns.tibco.com/bw/process/2003" xmlns:pfx2="http://xmlns.tibco.com/bw/activity/xml/render/bytesEnvelope/2003/05" xmlns:ns="http://www.tibco.com/namespaces/tnt/plugins/file" xmlns:pfx3="http://www.tibco.com/pe/GenerateErrorActivity/InputSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns2="http://www.tibco.com/namespaces/tnt/plugins/file/v2">
<xsd:import namespace="http://www.demo.com/author" schemaLocation="/Resources/schemas/putRequest.xsd"/>
<pd:name>Processes/xml/XMLPUT.process</pd:name>
<pd:name>Processes/xml/author/XmlPUT.process</pd:name>
<pd:startName>Start</pd:startName>
<pd:startType>
<xsd:element name="root">

View File

@@ -17,9 +17,9 @@
<pd:startY>77</pd:startY>
<pd:returnBindings>
<root>
<xsl:copy-of select="$get-or-delete/root/ns2:author"/>
<xsl:copy-of select="$XmlGET_DELETE/root/ns2:author"/>
<status>
<xsl:value-of select="if (boolean($XMLPOST/root/status)) then $XMLPOST/root/status else $get-or-delete/root/status"/>
<xsl:value-of select="if (boolean($XmlPOST_PUT/root/status)) then $XmlPOST_PUT/root/status else $XmlGET_DELETE/root/status"/>
</status>
</root>
</pd:returnBindings>
@@ -39,14 +39,14 @@
<pd:errorSchemas/>
<pd:processVariables/>
<pd:targetNamespace>http://xmlns.example.com/1719484154608</pd:targetNamespace>
<pd:activity name="XMLPOST">
<pd:activity name="XmlPOST_PUT">
<pd:type>com.tibco.pe.core.CallProcessActivity</pd:type>
<pd:resourceType>ae.process.subprocess</pd:resourceType>
<pd:x>545</pd:x>
<pd:y>41</pd:y>
<config>
<processName>/Processes/xml/XMLPOST.process</processName>
<processNameXPath>concat('/Processes/xml/XML',$Start/root/method ,'.process')</processNameXPath>
<processName>/Processes/xml/author/XmlPOST.process</processName>
<processNameXPath>concat('/Processes/xml/author/Xml',$Start/root/method ,'.process')</processNameXPath>
</config>
<pd:inputBindings>
<root>
@@ -133,14 +133,14 @@
</ns:ActivityInput>
</pd:inputBindings>
</pd:activity>
<pd:activity name="get or delete">
<pd:activity name="XmlGET_DELETE">
<pd:type>com.tibco.pe.core.CallProcessActivity</pd:type>
<pd:resourceType>ae.process.subprocess</pd:resourceType>
<pd:x>539</pd:x>
<pd:y>148</pd:y>
<pd:y>147</pd:y>
<config>
<processName>/Processes/xml/XMLGET.process</processName>
<processNameXPath>concat('/Processes/xml/XML',$Start/root/method ,'.process')</processNameXPath>
<processName>/Processes/xml/author/XmlGET.process</processName>
<processNameXPath>concat('/Processes/xml/author/Xml',$Start/root/method ,'.process')</processNameXPath>
</config>
<pd:inputBindings>
<root>
@@ -151,7 +151,7 @@
</pd:inputBindings>
</pd:activity>
<pd:transition>
<pd:from>XMLPOST</pd:from>
<pd:from>XmlPOST_PUT</pd:from>
<pd:to>End</pd:to>
<pd:lineType>Default</pd:lineType>
<pd:lineColor>-16777216</pd:lineColor>
@@ -159,7 +159,7 @@
</pd:transition>
<pd:transition>
<pd:from>Map Data</pd:from>
<pd:to>XMLPOST</pd:to>
<pd:to>XmlPOST_PUT</pd:to>
<pd:xpathDescription>post or put</pd:xpathDescription>
<pd:lineType>Default</pd:lineType>
<pd:lineColor>-16777216</pd:lineColor>
@@ -182,7 +182,7 @@
</pd:transition>
<pd:transition>
<pd:from>Map Data</pd:from>
<pd:to>get or delete</pd:to>
<pd:to>XmlGET_DELETE</pd:to>
<pd:xpathDescription>get or delete</pd:xpathDescription>
<pd:lineType>Default</pd:lineType>
<pd:lineColor>-16777216</pd:lineColor>
@@ -190,7 +190,7 @@
<pd:xpath>$Start/root/method = 'DELETE' or $Start/root/method = 'GET'</pd:xpath>
</pd:transition>
<pd:transition>
<pd:from>get or delete</pd:from>
<pd:from>XmlGET_DELETE</pd:from>
<pd:to>End</pd:to>
<pd:lineType>Default</pd:lineType>
<pd:lineColor>-16777216</pd:lineColor>