Section contains description of Process " TriggerCourtProcess.process " .
Folder | Description |
---|---|
/PantherBW/ProcessDefinitions/BusinessLogic | The folder that contain the main procedures.... |
Full process path: PantherBW/ProcessDefinitions/BusinessLogic/TriggerCourtProcess.process
Name: Start
Description: The beginning of TriggerCourt process
Input Parameters:
Name: End
Output Parameters:
Mapping table
Target | Source |
---|---|
/[WHEN]<$Variable0/Results/ResultCode=0>/TriggerCourtProcessResponse/ResultCode | 0 |
/[OTHERWISE]/TriggerCourtProcessResponse/ResultCode | -1 |
/[OTHERWISE]/TriggerCourtProcessResponse/ResultMessage | "Error." |
Mapping tree
Mapping |
---|
[CHOOSE] [WHEN] < $Variable0/Results/ResultCode=0 > TriggerCourtProcessResponse ResultCode = 0 [OTHERWISE] TriggerCourtProcessResponse ResultCode = -1 ResultMessage = "Error." |
Source code
Mapping |
---|
<xsl:choose xmlns:pd="http://xmlns.tibco.com/bw/process/2003" xmlns:ns1="http://www.tibco.com/pe/EngineTypes" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="www.tibco.com/plugin/staffware/iProcessStartCaseActivityInput" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pfx2="http://www.tibco.com/pe/GenerateErrorActivity/InputSchema" xmlns:pfx="http://www.tibco.com/schemas/pantherbw/PantherBW/ProcessDefinitions/Schema/Schema.xsd"> <xsl:when test="$Variable0/Results/ResultCode=0"> <pfx:TriggerCourtProcessResponse> <pfx:ResultCode> <xsl:value-of select="0"/> </pfx:ResultCode> </pfx:TriggerCourtProcessResponse> </xsl:when> <xsl:otherwise> <pfx:TriggerCourtProcessResponse> <pfx:ResultCode> <xsl:value-of select="-1"/> </pfx:ResultCode> <pfx:ResultMessage> <xsl:value-of select=""Error.""/> </pfx:ResultMessage> </pfx:TriggerCourtProcessResponse> </xsl:otherwise> </xsl:choose> |
Schema: Variable0
Mapping table
Target | Source |
---|---|
/Results/ResultCode | -1 |
/Results/ResultMsg | "Error" |
Mapping tree
Mapping |
---|
Results ResultCode = -1 ResultMsg = "Error" |
Source code
Mapping |
---|
<Results xmlns:pd="http://xmlns.tibco.com/bw/process/2003" xmlns:ns1="http://www.tibco.com/pe/EngineTypes" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="www.tibco.com/plugin/staffware/iProcessStartCaseActivityInput" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pfx2="http://www.tibco.com/pe/GenerateErrorActivity/InputSchema" xmlns:pfx="http://www.tibco.com/schemas/pantherbw/PantherBW/ProcessDefinitions/Schema/Schema.xsd"> <ResultCode> <xsl:value-of select="-1"/> </ResultCode> <ResultMsg> <xsl:value-of select=""Error""/> </ResultMsg> </Results> |
Mapping table
Target | Source |
---|---|
/iProcessStartCaseActivityInput/CaseDescription-24 | $Start/pfx:TriggerCourtProcessRequest/pfx:SW_CASENUM |
Mapping tree
Mapping |
---|
iProcessStartCaseActivityInput CaseDescription-24 = $Start/pfx:TriggerCourtProcessRequest/pfx:SW_CASENUM |
Source code
Mapping |
---|
<ns:iProcessStartCaseActivityInput xmlns:pd="http://xmlns.tibco.com/bw/process/2003" xmlns:ns1="http://www.tibco.com/pe/EngineTypes" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="www.tibco.com/plugin/staffware/iProcessStartCaseActivityInput" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pfx2="http://www.tibco.com/pe/GenerateErrorActivity/InputSchema" xmlns:pfx="http://www.tibco.com/schemas/pantherbw/PantherBW/ProcessDefinitions/Schema/Schema.xsd"> <CaseDescription-24> <xsl:value-of select="$Start/pfx:TriggerCourtProcessRequest/pfx:SW_CASENUM"/> </CaseDescription-24> </ns:iProcessStartCaseActivityInput> |
Mapping table
Target | Source |
---|---|
/iProcessStartCaseActivityInput/CaseDescription-24 | $Start/pfx:TriggerCourtProcessRequest/pfx:SW_CASENUM |
Mapping tree
Mapping |
---|
iProcessStartCaseActivityInput CaseDescription-24 = $Start/pfx:TriggerCourtProcessRequest/pfx:SW_CASENUM |
Source code
Mapping |
---|
<ns:iProcessStartCaseActivityInput xmlns:pd="http://xmlns.tibco.com/bw/process/2003" xmlns:ns1="http://www.tibco.com/pe/EngineTypes" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="www.tibco.com/plugin/staffware/iProcessStartCaseActivityInput" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pfx2="http://www.tibco.com/pe/GenerateErrorActivity/InputSchema" xmlns:pfx="http://www.tibco.com/schemas/pantherbw/PantherBW/ProcessDefinitions/Schema/Schema.xsd"> <CaseDescription-24> <xsl:value-of select="$Start/pfx:TriggerCourtProcessRequest/pfx:SW_CASENUM"/> </CaseDescription-24> </ns:iProcessStartCaseActivityInput> |
Mapping table
Target | Source |
---|---|
/iProcessStartCaseActivityInput/CaseDescription-24 | $Start/pfx:TriggerCourtProcessRequest/pfx:SW_CASENUM |
Mapping tree
Mapping |
---|
iProcessStartCaseActivityInput CaseDescription-24 = $Start/pfx:TriggerCourtProcessRequest/pfx:SW_CASENUM |
Source code
Mapping |
---|
<ns:iProcessStartCaseActivityInput xmlns:pd="http://xmlns.tibco.com/bw/process/2003" xmlns:ns1="http://www.tibco.com/pe/EngineTypes" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns="www.tibco.com/plugin/staffware/iProcessStartCaseActivityInput" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pfx2="http://www.tibco.com/pe/GenerateErrorActivity/InputSchema" xmlns:pfx="http://www.tibco.com/schemas/pantherbw/PantherBW/ProcessDefinitions/Schema/Schema.xsd"> <CaseDescription-24> <xsl:value-of select="$Start/pfx:TriggerCourtProcessRequest/pfx:SW_CASENUM"/> </CaseDescription-24> </ns:iProcessStartCaseActivityInput> |