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
What does the HOOKCHILDPROCESSES property do?
Configures the solution to integrate with an application and any application launched from that application
What 2 conditions would merit you to set HOOKCHILDPROCESSES property to true?
One application starts other applications
Both Parent and Spawned applications are required for the solution
Name the three option for the StartMethod property?
Start
StartAndWait
MonitorAll
Describe the Start option of the StartMethod property?
Tells Pega Robot Studio to Launch and Hook the application identified by the path property after the adapter starts. This is the default
Describe the StartAndWait option of the StartMethod property?
Tells Pega Robot Studio to Launch and Hook the application identified by the path property after the adapter starts, wait for the TargetPath application to Launch and then hook the TargetPath application
Describe the MonitorAll option of the StartMethod property?
Tells Pega Robot Studio to wait for the Path application to run and then hooks the application. In this case, starting the adapter does not cause the Path application to lauch
Describe the STARTONPROJECTSTART property?
Its starts the adapter when the solution or project starts, the defauly for this property is true
If the STARTONPROJECTSTART property is false what must you do?
you must start the adapter first in an automation
Describe the Working Directory property?
This is a field populated with the location of the working directory which is the same value as the path property value