refactor
This commit is contained in:
@@ -33,14 +33,14 @@
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</pd:endType>
|
||||
<pd:endX>848</pd:endX>
|
||||
<pd:endY>151</pd:endY>
|
||||
<pd:endX>849</pd:endX>
|
||||
<pd:endY>147</pd:endY>
|
||||
<pd:errorSchemas>
|
||||
<PutError wsMsgRef="pfx4:ErrorMessage"/>
|
||||
</pd:errorSchemas>
|
||||
<pd:processVariables/>
|
||||
<pd:targetNamespace>http://xmlns.example.com/1719920186128</pd:targetNamespace>
|
||||
<pd:activity name="Read-File-1">
|
||||
<pd:activity name="Read File">
|
||||
<pd:type>com.tibco.plugin.file.FileReadActivity</pd:type>
|
||||
<pd:resourceType>ae.activities.FileReadActivity</pd:resourceType>
|
||||
<pd:x>193</pd:x>
|
||||
@@ -69,15 +69,15 @@
|
||||
</config>
|
||||
<pd:inputBindings>
|
||||
<xmlString>
|
||||
<xsl:value-of select="$Read-File-1/ns:ReadActivityOutputTextClass/fileContent/textContent"/>
|
||||
<xsl:value-of select="$Read-File/ns:ReadActivityOutputTextClass/fileContent/textContent"/>
|
||||
</xmlString>
|
||||
</pd:inputBindings>
|
||||
</pd:activity>
|
||||
<pd:activity name="update author with given id">
|
||||
<pd:activity name="Update Author With Id">
|
||||
<pd:type>com.tibco.plugin.mapper.MapperActivity</pd:type>
|
||||
<pd:resourceType>ae.activities.MapperActivity</pd:resourceType>
|
||||
<pd:x>465</pd:x>
|
||||
<pd:y>156</pd:y>
|
||||
<pd:y>155</pd:y>
|
||||
<config>
|
||||
<element ref="pfx:authors"/>
|
||||
</config>
|
||||
@@ -100,7 +100,7 @@
|
||||
<term ref="pfx:authors"/>
|
||||
</config>
|
||||
<pd:inputBindings>
|
||||
<xsl:copy-of select="$update-author-with-given-id/pfx:authors"/>
|
||||
<xsl:copy-of select="$Update-Author-With-Id/pfx:authors"/>
|
||||
</pd:inputBindings>
|
||||
</pd:activity>
|
||||
<pd:activity name="Write File">
|
||||
@@ -126,8 +126,8 @@
|
||||
<pd:activity name="Generate Error">
|
||||
<pd:type>com.tibco.pe.core.GenerateErrorActivity</pd:type>
|
||||
<pd:resourceType>ae.activities.throw</pd:resourceType>
|
||||
<pd:x>347</pd:x>
|
||||
<pd:y>291</pd:y>
|
||||
<pd:x>342</pd:x>
|
||||
<pd:y>290</pd:y>
|
||||
<config>
|
||||
<faultName>PutError</faultName>
|
||||
</config>
|
||||
@@ -147,13 +147,13 @@
|
||||
</pd:activity>
|
||||
<pd:transition>
|
||||
<pd:from>Start</pd:from>
|
||||
<pd:to>Read-File-1</pd:to>
|
||||
<pd:to>Read File</pd:to>
|
||||
<pd:lineType>Default</pd:lineType>
|
||||
<pd:lineColor>-16777216</pd:lineColor>
|
||||
<pd:conditionType>always</pd:conditionType>
|
||||
</pd:transition>
|
||||
<pd:transition>
|
||||
<pd:from>Read-File-1</pd:from>
|
||||
<pd:from>Read File</pd:from>
|
||||
<pd:to>Parse XML</pd:to>
|
||||
<pd:lineType>Default</pd:lineType>
|
||||
<pd:lineColor>-16777216</pd:lineColor>
|
||||
@@ -161,13 +161,13 @@
|
||||
</pd:transition>
|
||||
<pd:transition>
|
||||
<pd:from>Parse XML</pd:from>
|
||||
<pd:to>update author with given id</pd:to>
|
||||
<pd:to>Update Author With Id</pd:to>
|
||||
<pd:lineType>Default</pd:lineType>
|
||||
<pd:lineColor>-16777216</pd:lineColor>
|
||||
<pd:conditionType>otherwise</pd:conditionType>
|
||||
</pd:transition>
|
||||
<pd:transition>
|
||||
<pd:from>update author with given id</pd:from>
|
||||
<pd:from>Update Author With Id</pd:from>
|
||||
<pd:to>Render XML</pd:to>
|
||||
<pd:lineType>Default</pd:lineType>
|
||||
<pd:lineColor>-16777216</pd:lineColor>
|
||||
@@ -190,7 +190,7 @@
|
||||
<pd:transition>
|
||||
<pd:from>Parse XML</pd:from>
|
||||
<pd:to>Generate Error</pd:to>
|
||||
<pd:xpathDescription>author does not exist</pd:xpathDescription>
|
||||
<pd:xpathDescription>authorDoesNotExist</pd:xpathDescription>
|
||||
<pd:lineType>Default</pd:lineType>
|
||||
<pd:lineColor>-16777216</pd:lineColor>
|
||||
<pd:conditionType>xpath</pd:conditionType>
|
||||
|
||||
Reference in New Issue
Block a user