Introduction to Adapters Flashcards
What does Pega Robot Studio use to integrate and interact with systems?
Adapters
When Custom API’s and Pega platform cannot handle the communication what is provided to solve this situation
Pega robot studio provides specific adapters that allow access to the workflow process
Name the four common adapter that are available with Pega Robot Studio?
Windows, Web
Universal Web
Text Adapter
Name the application the windows adapter integrates with?
Windows Applications
Java Application
SAP GUI
Name the application the web adapter integrates with?
Internet Explorer
Name the application the Universal Web adapter integrates with?
Google Chrome
Mozilla Firefox
Name the application the Text adapter integrates with?
Host-based application
Mainframe Applications
Name the adapter properties that apply to a windows application
Path TargetPath HooChildProcesses StartMethod StartOnProjectStart WorkingDirectory Arguments HideApplicationAtRuntime
Describe the particulars of the PATH property?
You enter the full path in the path property and the executable file name when the application runs from the same installation folder of the program
How do you enter PATH property if the application is in the system path?
CRM.exe
What does the PATH property not support?
links
Wild cards
Regex text entries
Describe the particulars of the TARGETPATH property?
This property references an application launched as the result of one or more other processes(applications) happening first.
To use the Path/TargetPath relationship what must you change the StartMethod property to?
StartAndWait
Using the Path/TargetPath configuration can interrogate the PATH application?
NO only the TargetPath Application
What application usually use the TARGETPATH configuration?
Java-based Applications