Skip to main content
For more information about creating activities, see Creating a Pega activity.

Pages & Classes

Parameters

Steps

Step 1: Method: Obj-Open-By-Handle. Step page: Case. InstanceHandle: Param.caseId.
Screenshot of the FetchingCapturedData activity in Pega, showing Step 1 with the Obj-Open-By-Handle method on the Case step page and InstanceHandle set to Param.caseId.
Step 2: Method: Property-Set For more information, see FetchingCapturedData. Jump: On exception, jump to later step label: ERR.
Screenshot of the FetchingCapturedData activity in Pega, showing Step 2 with the Property-Set method setting Param.executionMode to DESERIALIZE and Param.jsonData to @ABBYY.FetchingCapturedData(.BatchId, Param.templateName).
Screenshot of the Jump conditions dialog for Step 2 in Pega, showing conditions that route to label ERR on StepStatusFail and to the INVOICE, BANKING, CONTRACT, LETTER, and PRICE labels based on the value of Param.templateName.
Step 3: Label: INVOICE. Method: Apply-DataTransform For more information, see jsonToInvoice. Jump: On exception, jump to later step label: ERR.
Screenshot of the FetchingCapturedData activity in Pega, showing Step 3 labeled INVOICE with the Apply-DataTransform method, the DataTransform parameter set to jsonToInvoice, and PassParameterPage selected.
Screenshot of the Jump conditions dialog for Step 3 in Pega, showing a When condition of true set to Exit Activity, with the on-exception label set to ERR.
Step 4: Label: BANKING. Method: Apply-DataTransform For more information, see jsonToInvoice. Jump: On exception, jump to later step label: ERR.
Screenshot of the FetchingCapturedData activity in Pega, showing Step 4 labeled BANKING with the Apply-DataTransform method, the DataTransform parameter set to jsonToBanking, and PassParameterPage selected.
Screenshot of the Jump conditions dialog for Step 4 in Pega, showing a When condition of true set to Exit Activity, with the on-exception label set to ERR.
Step 5: Label: CONTRACT. Method: Apply-DataTransform For more information, see jsonToContract. Jump: On exception, jump to later step label: ERR.
Screenshot of the FetchingCapturedData activity in Pega, showing Step 5 labeled CONTRACT with the Apply-DataTransform method, the DataTransform parameter set to jsonToContract, and PassParameterPage selected.
Screenshot of the Jump conditions dialog for Step 5 in Pega, showing a When condition of true set to Exit Activity, with the on-exception label set to ERR.
Step 6: Label: LETTER. Method: Apply-DataTransform For more information, see jsonToLetter. Jump: On exception, jump to later step label: ERR.
Screenshot of the FetchingCapturedData activity in Pega, showing Step 6 labeled LETTER with the Apply-DataTransform method, the DataTransform parameter set to jsonToLetter, and PassParameterPage selected.
Screenshot of the Jump conditions dialog for Step 6 in Pega, showing a When condition of true set to Exit Activity, with the on-exception label set to ERR.
Step 7: Label: PRICE. Method: Apply-DataTransform For more information, see jsonToPrice. Jump: On exception, jump to later step label: ERR.
Screenshot of the FetchingCapturedData activity in Pega, showing Step 7 labeled PRICE with the Apply-DataTransform method, the DataTransform parameter set to jsonToPrice, and PassParameterPage selected.
Screenshot of the Jump conditions dialog for Step 7 in Pega, showing a When condition of true set to Exit Activity, with the on-exception label set to ERR.
Step 8: Label: ERR. Method: Page-Set-Messages. Message: @unescapeHTML(@getWorstMessageName(tools)). For more information, see unescapeHTML.
Screenshot of the FetchingCapturedData activity in Pega, showing Step 8 labeled ERR with the Page-Set-Messages method and the Message parameter set to @unescapeHTML(@getWorstMessageName(tools)).