jms works on tibcoAdmin
This commit is contained in:
		| @@ -1,5 +1,5 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <pd:ProcessDefinition xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 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.demo.com/author"> | ||||
| <pd:ProcessDefinition xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 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.demo.com/author" xmlns:ns1="http://www.tibco.com/schemas/httpRequest/Resources/schemas/ErrorSchema.xsd2" xmlns:ns4="http://www.tibco.com/pe/GenerateErrorActivity/InputSchema" xmlns:ns3="http://xmlns.example.com/1721737885605"> | ||||
|     <xsd:import namespace="http://www.demo.com/author" schemaLocation="/Resources/WSDL/WSDL.wsdl"/> | ||||
|     <pd:name>Processes/xml/Xml.process</pd:name> | ||||
|     <pd:startName>Start</pd:startName> | ||||
| @@ -17,10 +17,34 @@ | ||||
|     <pd:startY>180</pd:startY> | ||||
|     <pd:returnBindings> | ||||
|         <root> | ||||
|             <xsl:copy-of select="$XmlGetDelete/root/ns2:author"/> | ||||
|             <status> | ||||
|                 <xsl:value-of select="if (boolean($XmlPostPut/root/status)) then $XmlPostPut/root/status else $XmlGetDelete/root/status"/> | ||||
|             </status> | ||||
|             <xsl:copy-of select="$XmlGet/root/ns2:author"/> | ||||
|             <xsl:choose> | ||||
|                 <xsl:when test="boolean($XmlPut/root/status)"> | ||||
|                     <status> | ||||
|                         <xsl:value-of select="$XmlPut/root/status"/> | ||||
|                     </status> | ||||
|                 </xsl:when> | ||||
|                 <xsl:when test="boolean($XmlPost/root/status)"> | ||||
|                     <status> | ||||
|                         <xsl:value-of select="$XmlPost/root/status"/> | ||||
|                     </status> | ||||
|                 </xsl:when> | ||||
|                 <xsl:when test="boolean($XmlGet/root/status)"> | ||||
|                     <status> | ||||
|                         <xsl:value-of select="$XmlGet/root/status"/> | ||||
|                     </status> | ||||
|                 </xsl:when> | ||||
|                 <xsl:when test="boolean($XmlDelete/root/status)"> | ||||
|                     <status> | ||||
|                         <xsl:value-of select="$XmlDelete/root/status"/> | ||||
|                     </status> | ||||
|                 </xsl:when> | ||||
|                 <xsl:otherwise> | ||||
|                     <status> | ||||
|                         <xsl:value-of select=""something went wrong""/> | ||||
|                     </status> | ||||
|                 </xsl:otherwise> | ||||
|             </xsl:choose> | ||||
|         </root> | ||||
|     </pd:returnBindings> | ||||
|     <pd:endName>End</pd:endName> | ||||
| @@ -34,43 +58,90 @@ | ||||
|             </xsd:complexType> | ||||
|         </xsd:element> | ||||
|     </pd:endType> | ||||
|     <pd:endX>758</pd:endX> | ||||
|     <pd:endY>180</pd:endY> | ||||
|     <pd:errorSchemas/> | ||||
|     <pd:endX>823</pd:endX> | ||||
|     <pd:endY>177</pd:endY> | ||||
|     <pd:errorSchemas> | ||||
|         <XMLError> | ||||
|             <xsd:element name="XMLError"> | ||||
|                 <xsd:complexType> | ||||
|                     <xsd:sequence> | ||||
|                         <xsd:element name="message" type="xsd:string"/> | ||||
|                     </xsd:sequence> | ||||
|                 </xsd:complexType> | ||||
|             </xsd:element> | ||||
|         </XMLError> | ||||
|     </pd:errorSchemas> | ||||
|     <pd:processVariables/> | ||||
|     <pd:targetNamespace>http://xmlns.example.com/1719484154608</pd:targetNamespace> | ||||
|     <pd:activity name="XmlPostPut"> | ||||
|         <pd:type>com.tibco.pe.core.CallProcessActivity</pd:type> | ||||
|         <pd:resourceType>ae.process.subprocess</pd:resourceType> | ||||
|         <pd:x>530</pd:x> | ||||
|         <pd:y>180</pd:y> | ||||
|     <pd:activity name="CatchPutError"> | ||||
|         <pd:type>com.tibco.pe.core.CatchActivity</pd:type> | ||||
|         <pd:resourceType>ae.activities.catch</pd:resourceType> | ||||
|         <pd:x>406</pd:x> | ||||
|         <pd:y>478</pd:y> | ||||
|         <pd:handler>true</pd:handler> | ||||
|         <config> | ||||
|             <processName>/Processes/xml/author/XmlPOST.process</processName> | ||||
|             <processNameXPath>concat('/Processes/xml/author/Xml',$Start/root/method ,'.process')</processNameXPath> | ||||
|             <fault>localname=XMLPutError</fault> | ||||
|         </config> | ||||
|         <pd:inputBindings/> | ||||
|     </pd:activity> | ||||
|     <pd:activity name="Generate Error"> | ||||
|         <pd:type>com.tibco.pe.core.GenerateErrorActivity</pd:type> | ||||
|         <pd:resourceType>ae.activities.throw</pd:resourceType> | ||||
|         <pd:x>583</pd:x> | ||||
|         <pd:y>694</pd:y> | ||||
|         <config> | ||||
|             <faultName>XMLError</faultName> | ||||
|         </config> | ||||
|         <pd:inputBindings> | ||||
|             <root> | ||||
|                 <ns2:author> | ||||
|                     <xsl:attribute name="id"> | ||||
|                         <xsl:value-of select="number($Map-Data/root/id)"/> | ||||
|                     </xsl:attribute> | ||||
|                     <ns2:firstName> | ||||
|                         <xsl:value-of select="$Map-Data/root/firstname"/> | ||||
|                     </ns2:firstName> | ||||
|                     <ns2:lastName> | ||||
|                         <xsl:value-of select="$Map-Data/root/lastname"/> | ||||
|                     </ns2:lastName> | ||||
|                     <ns2:age> | ||||
|                         <xsl:value-of select="number($Map-Data/root/age)"/> | ||||
|                     </ns2:age> | ||||
|                     <ns2:dateOfBirth> | ||||
|                         <xsl:value-of select="$Map-Data/root/date-of-birth"/> | ||||
|                     </ns2:dateOfBirth> | ||||
|                     <ns2:dateOfDeath> | ||||
|                         <xsl:value-of select="$Map-Data/root/date-of-death"/> | ||||
|                     </ns2:dateOfDeath> | ||||
|                 </ns2:author> | ||||
|             </root> | ||||
|             <ns4:ActivityInput> | ||||
|                 <data> | ||||
|                     <XMLError> | ||||
|                         <xsl:choose> | ||||
|                             <xsl:when test="boolean($CatchPutError/XMLPutError/message)"> | ||||
|                                 <message> | ||||
|                                     <xsl:value-of select="$CatchPutError/XMLPutError/message"/> | ||||
|                                 </message> | ||||
|                             </xsl:when> | ||||
|                             <xsl:when test="boolean($CatchPostError/xmlPostError/message)"> | ||||
|                                 <message> | ||||
|                                     <xsl:value-of select="$CatchPostError/xmlPostError/message"/> | ||||
|                                 </message> | ||||
|                             </xsl:when> | ||||
|                             <xsl:when test="boolean($CatchDeleteError/xmlDeleteError/message)"> | ||||
|                                 <message> | ||||
|                                     <xsl:value-of select="$CatchDeleteError/xmlDeleteError/message"/> | ||||
|                                 </message> | ||||
|                             </xsl:when> | ||||
|                             <xsl:when test="boolean($CatchGetError/xmlGetError/message)"> | ||||
|                                 <message> | ||||
|                                     <xsl:value-of select="$CatchGetError/xmlGetError/message"/> | ||||
|                                 </message> | ||||
|                             </xsl:when> | ||||
|                             <xsl:otherwise> | ||||
|                                 <message> | ||||
|                                     <xsl:value-of select=""something went wrong""/> | ||||
|                                 </message> | ||||
|                             </xsl:otherwise> | ||||
|                         </xsl:choose> | ||||
|                     </XMLError> | ||||
|                 </data> | ||||
|             </ns4:ActivityInput> | ||||
|         </pd:inputBindings> | ||||
|     </pd:activity> | ||||
|     <pd:activity name="Log"> | ||||
|         <pd:type>com.tibco.pe.core.WriteToLogActivity</pd:type> | ||||
|         <pd:resourceType>ae.activities.log</pd:resourceType> | ||||
|         <pd:x>178</pd:x> | ||||
|         <pd:y>180</pd:y> | ||||
|         <config> | ||||
|             <role>User</role> | ||||
|         </config> | ||||
|         <pd:inputBindings> | ||||
|             <ns:ActivityInput> | ||||
|                 <message> | ||||
|                     <xsl:value-of select="$Start/root/data"/> | ||||
|                 </message> | ||||
|             </ns:ActivityInput> | ||||
|         </pd:inputBindings> | ||||
|     </pd:activity> | ||||
|     <pd:activity name="Map Data"> | ||||
| @@ -97,16 +168,16 @@ | ||||
|         <pd:inputBindings> | ||||
|             <root> | ||||
|                 <firstname> | ||||
|                     <xsl:value-of select="substring-before(substring-after($Start/root/data, '"firstname":"'), '"')"/> | ||||
|                     <xsl:value-of select="substring-before(substring-after($Start/root/data, '"firstName":"'), '"')"/> | ||||
|                 </firstname> | ||||
|                 <lastname> | ||||
|                     <xsl:value-of select="substring-before(substring-after($Start/root/data, '"lastname":"'), '"')"/> | ||||
|                     <xsl:value-of select="substring-before(substring-after($Start/root/data, '"lastName":"'), '"')"/> | ||||
|                 </lastname> | ||||
|                 <date-of-birth> | ||||
|                     <xsl:value-of select="substring-before(substring-after($Start/root/data, '"day-of-birth":"'), '"')"/> | ||||
|                     <xsl:value-of select="substring-before(substring-after($Start/root/data, '"dateOfBirth":"'), '"')"/> | ||||
|                 </date-of-birth> | ||||
|                 <date-of-death> | ||||
|                     <xsl:value-of select="substring-before(substring-after($Start/root/data, '"day-of-death":"'), '"')"/> | ||||
|                     <xsl:value-of select="substring-before(substring-after($Start/root/data, '"dateOfDeath":"'), '"')"/> | ||||
|                 </date-of-death> | ||||
|                 <id> | ||||
|                     <xsl:value-of select="if ($Start/root/method = 'POST' or $Start/root/method = 'PUT' ) then substring-before(substring-after($Start/root/data, '"id":"'), '"') else substring-after($Start/root/data, 'id=')"/> | ||||
| @@ -117,30 +188,13 @@ | ||||
|             </root> | ||||
|         </pd:inputBindings> | ||||
|     </pd:activity> | ||||
|     <pd:activity name="Log"> | ||||
|         <pd:type>com.tibco.pe.core.WriteToLogActivity</pd:type> | ||||
|         <pd:resourceType>ae.activities.log</pd:resourceType> | ||||
|         <pd:x>178</pd:x> | ||||
|         <pd:y>180</pd:y> | ||||
|         <config> | ||||
|             <role>User</role> | ||||
|         </config> | ||||
|         <pd:inputBindings> | ||||
|             <ns:ActivityInput> | ||||
|                 <message> | ||||
|                     <xsl:value-of select="$Start/root/data"/> | ||||
|                 </message> | ||||
|             </ns:ActivityInput> | ||||
|         </pd:inputBindings> | ||||
|     </pd:activity> | ||||
|     <pd:activity name="XmlGetDelete"> | ||||
|     <pd:activity name="XmlDelete"> | ||||
|         <pd:type>com.tibco.pe.core.CallProcessActivity</pd:type> | ||||
|         <pd:resourceType>ae.process.subprocess</pd:resourceType> | ||||
|         <pd:x>527</pd:x> | ||||
|         <pd:y>343</pd:y> | ||||
|         <pd:x>569</pd:x> | ||||
|         <pd:y>145</pd:y> | ||||
|         <config> | ||||
|             <processName>/Processes/xml/author/XmlGET.process</processName> | ||||
|             <processNameXPath>concat('/Processes/xml/author/Xml',$Start/root/method ,'.process')</processNameXPath> | ||||
|             <processName>/Processes/xml/author/XmlDELETE.process</processName> | ||||
|         </config> | ||||
|         <pd:inputBindings> | ||||
|             <root> | ||||
| @@ -150,8 +204,125 @@ | ||||
|             </root> | ||||
|         </pd:inputBindings> | ||||
|     </pd:activity> | ||||
|     <pd:activity name="XmlGet"> | ||||
|         <pd:type>com.tibco.pe.core.CallProcessActivity</pd:type> | ||||
|         <pd:resourceType>ae.process.subprocess</pd:resourceType> | ||||
|         <pd:x>569</pd:x> | ||||
|         <pd:y>402</pd:y> | ||||
|         <config> | ||||
|             <processName>/Processes/xml/author/XmlGET.process</processName> | ||||
|             <processNameXPath/> | ||||
|         </config> | ||||
|         <pd:inputBindings> | ||||
|             <root> | ||||
|                 <id> | ||||
|                     <xsl:value-of select="number($Map-Data/root/id)"/> | ||||
|                 </id> | ||||
|             </root> | ||||
|         </pd:inputBindings> | ||||
|     </pd:activity> | ||||
|     <pd:activity name="XmlPost"> | ||||
|         <pd:type>com.tibco.pe.core.CallProcessActivity</pd:type> | ||||
|         <pd:resourceType>ae.process.subprocess</pd:resourceType> | ||||
|         <pd:x>569</pd:x> | ||||
|         <pd:y>34</pd:y> | ||||
|         <config> | ||||
|             <processName>/Processes/xml/author/XmlPOST.process</processName> | ||||
|             <processNameXPath/> | ||||
|         </config> | ||||
|         <pd:inputBindings> | ||||
|             <root> | ||||
|                 <ns2:author> | ||||
|                     <xsl:attribute name="id"> | ||||
|                         <xsl:value-of select="number($Map-Data/root/id)"/> | ||||
|                     </xsl:attribute> | ||||
|                     <ns2:firstName> | ||||
|                         <xsl:value-of select="$Map-Data/root/firstname"/> | ||||
|                     </ns2:firstName> | ||||
|                     <ns2:lastName> | ||||
|                         <xsl:value-of select="$Map-Data/root/lastname"/> | ||||
|                     </ns2:lastName> | ||||
|                     <ns2:age> | ||||
|                         <xsl:value-of select="number($Map-Data/root/age)"/> | ||||
|                     </ns2:age> | ||||
|                     <ns2:dateOfBirth> | ||||
|                         <xsl:value-of select="$Map-Data/root/date-of-birth"/> | ||||
|                     </ns2:dateOfBirth> | ||||
|                     <ns2:dateOfDeath> | ||||
|                         <xsl:value-of select="$Map-Data/root/date-of-death"/> | ||||
|                     </ns2:dateOfDeath> | ||||
|                 </ns2:author> | ||||
|             </root> | ||||
|         </pd:inputBindings> | ||||
|     </pd:activity> | ||||
|     <pd:activity name="XmlPut"> | ||||
|         <pd:type>com.tibco.pe.core.CallProcessActivity</pd:type> | ||||
|         <pd:resourceType>ae.process.subprocess</pd:resourceType> | ||||
|         <pd:x>569</pd:x> | ||||
|         <pd:y>284</pd:y> | ||||
|         <config> | ||||
|             <processName>/Processes/xml/author/XmlPUT.process</processName> | ||||
|         </config> | ||||
|         <pd:inputBindings> | ||||
|             <root> | ||||
|                 <ns2:author> | ||||
|                     <xsl:attribute name="id"> | ||||
|                         <xsl:value-of select="number($Map-Data/root/id)"/> | ||||
|                     </xsl:attribute> | ||||
|                     <ns2:firstName> | ||||
|                         <xsl:value-of select="$Map-Data/root/firstname"/> | ||||
|                     </ns2:firstName> | ||||
|                     <ns2:lastName> | ||||
|                         <xsl:value-of select="$Map-Data/root/lastname"/> | ||||
|                     </ns2:lastName> | ||||
|                     <ns2:age> | ||||
|                         <xsl:value-of select="number($Map-Data/root/age)"/> | ||||
|                     </ns2:age> | ||||
|                     <ns2:dateOfBirth> | ||||
|                         <xsl:value-of select="$Map-Data/root/date-of-birth"/> | ||||
|                     </ns2:dateOfBirth> | ||||
|                     <ns2:dateOfDeath> | ||||
|                         <xsl:value-of select="$Map-Data/root/date-of-death"/> | ||||
|                     </ns2:dateOfDeath> | ||||
|                 </ns2:author> | ||||
|             </root> | ||||
|         </pd:inputBindings> | ||||
|     </pd:activity> | ||||
|     <pd:activity name="CatchPostError"> | ||||
|         <pd:type>com.tibco.pe.core.CatchActivity</pd:type> | ||||
|         <pd:resourceType>ae.activities.catch</pd:resourceType> | ||||
|         <pd:x>321</pd:x> | ||||
|         <pd:y>562</pd:y> | ||||
|         <pd:handler>true</pd:handler> | ||||
|         <config> | ||||
|             <fault>localname=xmlPostError</fault> | ||||
|         </config> | ||||
|         <pd:inputBindings/> | ||||
|     </pd:activity> | ||||
|     <pd:activity name="CatchDeleteError"> | ||||
|         <pd:type>com.tibco.pe.core.CatchActivity</pd:type> | ||||
|         <pd:resourceType>ae.activities.catch</pd:resourceType> | ||||
|         <pd:x>295</pd:x> | ||||
|         <pd:y>684</pd:y> | ||||
|         <pd:handler>true</pd:handler> | ||||
|         <config> | ||||
|             <fault>localname=xmlDeleteError</fault> | ||||
|         </config> | ||||
|         <pd:inputBindings/> | ||||
|     </pd:activity> | ||||
|     <pd:activity name="CatchGetError"> | ||||
|         <pd:type>com.tibco.pe.core.CatchActivity</pd:type> | ||||
|         <pd:resourceType>ae.activities.catch</pd:resourceType> | ||||
|         <pd:x>327</pd:x> | ||||
|         <pd:y>812</pd:y> | ||||
|         <pd:handler>true</pd:handler> | ||||
|         <config> | ||||
|             <fault>localname=xmlGetError</fault> | ||||
|         </config> | ||||
|         <pd:inputBindings/> | ||||
|     </pd:activity> | ||||
|     <pd:transition> | ||||
|         <pd:from>XmlPostPut</pd:from> | ||||
|         <pd:from>XmlPost</pd:from> | ||||
|         <pd:to>End</pd:to> | ||||
|         <pd:lineType>Default</pd:lineType> | ||||
|         <pd:lineColor>-16777216</pd:lineColor> | ||||
| @@ -159,12 +330,12 @@ | ||||
|     </pd:transition> | ||||
|     <pd:transition> | ||||
|         <pd:from>Map Data</pd:from> | ||||
|         <pd:to>XmlPostPut</pd:to> | ||||
|         <pd:xpathDescription>postOrPut</pd:xpathDescription> | ||||
|         <pd:to>XmlPost</pd:to> | ||||
|         <pd:xpathDescription>Post</pd:xpathDescription> | ||||
|         <pd:lineType>Default</pd:lineType> | ||||
|         <pd:lineColor>-16777216</pd:lineColor> | ||||
|         <pd:conditionType>xpath</pd:conditionType> | ||||
|         <pd:xpath>$Start/root/method = 'POST' or $Start/root/method = 'PUT'</pd:xpath> | ||||
|         <pd:xpath>$Start/root/method = 'POST'</pd:xpath> | ||||
|     </pd:transition> | ||||
|     <pd:transition> | ||||
|         <pd:from>Start</pd:from> | ||||
| @@ -182,18 +353,78 @@ | ||||
|     </pd:transition> | ||||
|     <pd:transition> | ||||
|         <pd:from>Map Data</pd:from> | ||||
|         <pd:to>XmlGetDelete</pd:to> | ||||
|         <pd:xpathDescription>getOrDelete</pd:xpathDescription> | ||||
|         <pd:to>XmlGet</pd:to> | ||||
|         <pd:xpathDescription>Get</pd:xpathDescription> | ||||
|         <pd:lineType>Default</pd:lineType> | ||||
|         <pd:lineColor>-16777216</pd:lineColor> | ||||
|         <pd:conditionType>xpath</pd:conditionType> | ||||
|         <pd:xpath>$Start/root/method = 'DELETE' or $Start/root/method = 'GET'</pd:xpath> | ||||
|         <pd:xpath>$Start/root/method = 'GET'</pd:xpath> | ||||
|     </pd:transition> | ||||
|     <pd:transition> | ||||
|         <pd:from>XmlGetDelete</pd:from> | ||||
|         <pd:from>XmlGet</pd:from> | ||||
|         <pd:to>End</pd:to> | ||||
|         <pd:lineType>Default</pd:lineType> | ||||
|         <pd:lineColor>-16777216</pd:lineColor> | ||||
|         <pd:conditionType>always</pd:conditionType> | ||||
|     </pd:transition> | ||||
|     <pd:transition> | ||||
|         <pd:from>Map Data</pd:from> | ||||
|         <pd:to>XmlDelete</pd:to> | ||||
|         <pd:xpathDescription>Delete</pd:xpathDescription> | ||||
|         <pd:lineType>Default</pd:lineType> | ||||
|         <pd:lineColor>-16777216</pd:lineColor> | ||||
|         <pd:conditionType>xpath</pd:conditionType> | ||||
|         <pd:xpath>$Start/root/method = 'DELETE'</pd:xpath> | ||||
|     </pd:transition> | ||||
|     <pd:transition> | ||||
|         <pd:from>Map Data</pd:from> | ||||
|         <pd:to>XmlPut</pd:to> | ||||
|         <pd:xpathDescription>Put</pd:xpathDescription> | ||||
|         <pd:lineType>Default</pd:lineType> | ||||
|         <pd:lineColor>-16777216</pd:lineColor> | ||||
|         <pd:conditionType>xpath</pd:conditionType> | ||||
|         <pd:xpath>$Start/root/method = 'PUT'</pd:xpath> | ||||
|     </pd:transition> | ||||
|     <pd:transition> | ||||
|         <pd:from>XmlPut</pd:from> | ||||
|         <pd:to>End</pd:to> | ||||
|         <pd:lineType>Default</pd:lineType> | ||||
|         <pd:lineColor>-16777216</pd:lineColor> | ||||
|         <pd:conditionType>always</pd:conditionType> | ||||
|     </pd:transition> | ||||
|     <pd:transition> | ||||
|         <pd:from>XmlDelete</pd:from> | ||||
|         <pd:to>End</pd:to> | ||||
|         <pd:lineType>Default</pd:lineType> | ||||
|         <pd:lineColor>-16777216</pd:lineColor> | ||||
|         <pd:conditionType>always</pd:conditionType> | ||||
|     </pd:transition> | ||||
|     <pd:transition> | ||||
|         <pd:from>CatchPutError</pd:from> | ||||
|         <pd:to>Generate Error</pd:to> | ||||
|         <pd:lineType>Default</pd:lineType> | ||||
|         <pd:lineColor>-16777216</pd:lineColor> | ||||
|         <pd:conditionType>always</pd:conditionType> | ||||
|     </pd:transition> | ||||
|     <pd:transition> | ||||
|         <pd:from>CatchPostError</pd:from> | ||||
|         <pd:to>Generate Error</pd:to> | ||||
|         <pd:lineType>Default</pd:lineType> | ||||
|         <pd:lineColor>-16777216</pd:lineColor> | ||||
|         <pd:conditionType>always</pd:conditionType> | ||||
|     </pd:transition> | ||||
|     <pd:transition> | ||||
|         <pd:from>CatchDeleteError</pd:from> | ||||
|         <pd:to>Generate Error</pd:to> | ||||
|         <pd:lineType>Default</pd:lineType> | ||||
|         <pd:lineColor>-16777216</pd:lineColor> | ||||
|         <pd:conditionType>always</pd:conditionType> | ||||
|     </pd:transition> | ||||
|     <pd:transition> | ||||
|         <pd:from>CatchGetError</pd:from> | ||||
|         <pd:to>Generate Error</pd:to> | ||||
|         <pd:lineType>Default</pd:lineType> | ||||
|         <pd:lineColor>-16777216</pd:lineColor> | ||||
|         <pd:conditionType>always</pd:conditionType> | ||||
|     </pd:transition> | ||||
| </pd:ProcessDefinition> | ||||
		Reference in New Issue
	
	Block a user
	 wojciech
					wojciech