Section contains description of Process " ProcessRequest1.process " .
Folder | Description |
---|---|
Appraisal | This application gets information about a realty and send this information to one of appraisers (choose momentaly the least busy one). The price of the realty is then sent in EMS message. |
Name: AppraisalRequestSub
Mapping table
Target | Source |
---|---|
/xmlString | $ReadXMLFile/ns:ReadActivityOutputTextClass/fileContent/textContent |
Mapping tree
Mapping |
---|
xmlString = $ReadXMLFile/ns:ReadActivityOutputTextClass/fileContent/textContent |
Source code
Mapping |
---|
<xmlString xmlns:pd="http://xmlns.tibco.com/bw/process/2003" xmlns:ns2="http://www.tibco.com/pe/SignalInActivitySchema" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns1="http://www.tibco.com/pe/DeployedVarsType" xmlns:ns="http://www.tibco.com/namespaces/tnt/plugins/file" xmlns:ns0="www.tibco.com/plugin/Sleep" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pfx2="http://www.tibco.com/xmlns/ae2xsd/2002/05/Appraisal/AppraisalSchema" xmlns:pfx="http://www.tibco.com/namespaces/tnt/plugins/file/v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <xsl:value-of select="$ReadXMLFile/ns:ReadActivityOutputTextClass/fileContent/textContent"/> </xmlString> |
Mapping table
Target | Source |
---|---|
/ReadActivityInputClass/fileName | $_globalVariables/ns1:GlobalVariables/TaskFile1 |
Mapping tree
Mapping |
---|
ReadActivityInputClass fileName = $_globalVariables/ns1:GlobalVariables/TaskFile1 |
Source code
Mapping |
---|
<pfx:ReadActivityInputClass xmlns:pd="http://xmlns.tibco.com/bw/process/2003" xmlns:ns2="http://www.tibco.com/pe/SignalInActivitySchema" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns1="http://www.tibco.com/pe/DeployedVarsType" xmlns:ns="http://www.tibco.com/namespaces/tnt/plugins/file" xmlns:ns0="www.tibco.com/plugin/Sleep" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pfx2="http://www.tibco.com/xmlns/ae2xsd/2002/05/Appraisal/AppraisalSchema" xmlns:pfx="http://www.tibco.com/namespaces/tnt/plugins/file/v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <fileName> <xsl:value-of select="$_globalVariables/ns1:GlobalVariables/TaskFile1"/> </fileName> </pfx:ReadActivityInputClass> |
Mapping table
Target | Source |
---|---|
/ActivityInput/replySubject | $AppraisalRequestSub/ActivityOutput/body/replySubj |
/ActivityInput/body/tasksNumber | $ParseXMLFile/tasks/number |
/ActivityInput/body/confirmSubj | concat($_globalVariables/ns1:GlobalVariables/ENV,".",$_globalVariables/ns1:GlobalVariables/Appr1ConfirmSubj) |
Mapping tree
Mapping |
---|
ActivityInput replySubject = $AppraisalRequestSub/ActivityOutput/body/replySubj body tasksNumber = $ParseXMLFile/tasks/number confirmSubj = concat($_globalVariables/ns1:GlobalVariables/ENV,".",$_globalVariables/ns1:GlobalVariables/Appr1ConfirmSubj) |
Source code
Mapping |
---|
<ActivityInput xmlns:pd="http://xmlns.tibco.com/bw/process/2003" xmlns:ns2="http://www.tibco.com/pe/SignalInActivitySchema" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns1="http://www.tibco.com/pe/DeployedVarsType" xmlns:ns="http://www.tibco.com/namespaces/tnt/plugins/file" xmlns:ns0="www.tibco.com/plugin/Sleep" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pfx2="http://www.tibco.com/xmlns/ae2xsd/2002/05/Appraisal/AppraisalSchema" xmlns:pfx="http://www.tibco.com/namespaces/tnt/plugins/file/v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <replySubject> <xsl:value-of select="$AppraisalRequestSub/ActivityOutput/body/replySubj"/> </replySubject> <body> <tasksNumber> <xsl:value-of select="$ParseXMLFile/tasks/number"/> </tasksNumber> <confirmSubj> <xsl:value-of select="concat($_globalVariables/ns1:GlobalVariables/ENV,".",$_globalVariables/ns1:GlobalVariables/Appr1ConfirmSubj)"/> </confirmSubj> </body> </ActivityInput> |
Mapping table
Target | Source |
---|---|
/ActivityInput/[IF]<$WaitForTaskConfirmation/ActivityOutput/replySubject>/replySubject | $WaitForTaskConfirmation/ActivityOutput/replySubject |
/ActivityInput/body/[IF]<$WaitForTaskConfirmation/ActivityOutput/body/customerName>/customerName/@nil | [COPY-OF] < $WaitForTaskConfirmation/ActivityOutput/body/customerName/@xsi:nil > |
/ActivityInput/body/[IF]<$WaitForTaskConfirmation/ActivityOutput/body/customerName>/customerName | $WaitForTaskConfirmation/ActivityOutput/body/customerName |
/ActivityInput/body/realtyValue | $_globalVariables/ns1:GlobalVariables/ApprValue1 |
Mapping tree
Mapping |
---|
ActivityInput [IF] < $WaitForTaskConfirmation/ActivityOutput/replySubject > replySubject = $WaitForTaskConfirmation/ActivityOutput/replySubject body [IF] < $WaitForTaskConfirmation/ActivityOutput/body/customerName > customerName = $WaitForTaskConfirmation/ActivityOutput/body/customerName @nil = [COPY-OF] < $WaitForTaskConfirmation/ActivityOutput/body/customerName/@xsi:nil > realtyValue = $_globalVariables/ns1:GlobalVariables/ApprValue1 |
Source code
Mapping |
---|
<ActivityInput xmlns:pd="http://xmlns.tibco.com/bw/process/2003" xmlns:ns2="http://www.tibco.com/pe/SignalInActivitySchema" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns1="http://www.tibco.com/pe/DeployedVarsType" xmlns:ns="http://www.tibco.com/namespaces/tnt/plugins/file" xmlns:ns0="www.tibco.com/plugin/Sleep" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pfx2="http://www.tibco.com/xmlns/ae2xsd/2002/05/Appraisal/AppraisalSchema" xmlns:pfx="http://www.tibco.com/namespaces/tnt/plugins/file/v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <xsl:if test="$WaitForTaskConfirmation/ActivityOutput/replySubject"> <replySubject> <xsl:value-of select="$WaitForTaskConfirmation/ActivityOutput/replySubject"/> </replySubject> </xsl:if> <body> <xsl:if test="$WaitForTaskConfirmation/ActivityOutput/body/customerName"> <customerName> <xsl:copy-of select="$WaitForTaskConfirmation/ActivityOutput/body/customerName/@xsi:nil"/> <xsl:value-of select="$WaitForTaskConfirmation/ActivityOutput/body/customerName"/> </customerName> </xsl:if> <realtyValue> <xsl:value-of select="$_globalVariables/ns1:GlobalVariables/ApprValue1"/> </realtyValue> </body> </ActivityInput> |
Mapping table
Target | Source |
---|---|
/SleepInputSchema/IntervalInMillisec | 20000 |
Mapping tree
Mapping |
---|
SleepInputSchema IntervalInMillisec = 20000 |
Source code
Mapping |
---|
<ns0:SleepInputSchema xmlns:pd="http://xmlns.tibco.com/bw/process/2003" xmlns:ns2="http://www.tibco.com/pe/SignalInActivitySchema" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns1="http://www.tibco.com/pe/DeployedVarsType" xmlns:ns="http://www.tibco.com/namespaces/tnt/plugins/file" xmlns:ns0="www.tibco.com/plugin/Sleep" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pfx2="http://www.tibco.com/xmlns/ae2xsd/2002/05/Appraisal/AppraisalSchema" xmlns:pfx="http://www.tibco.com/namespaces/tnt/plugins/file/v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <IntervalInMillisec> <xsl:value-of select="20000"/> </IntervalInMillisec> </ns0:SleepInputSchema> |