Introduction to Adapters Flashcards

1
Q

What does Pega Robot Studio use to integrate and interact with systems?

A

Adapters

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

When Custom API’s and Pega platform cannot handle the communication what is provided to solve this situation

A

Pega robot studio provides specific adapters that allow access to the workflow process

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Name the four common adapter that are available with Pega Robot Studio?

A

Windows, Web
Universal Web
Text Adapter

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Name the application the windows adapter integrates with?

A

Windows Applications
Java Application
SAP GUI

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Name the application the web adapter integrates with?

A

Internet Explorer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Name the application the Universal Web adapter integrates with?

A

Google Chrome

Mozilla Firefox

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Name the application the Text adapter integrates with?

A

Host-based application

Mainframe Applications

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Name the adapter properties that apply to a windows application

A
Path
TargetPath
HooChildProcesses
StartMethod
StartOnProjectStart
WorkingDirectory
Arguments
HideApplicationAtRuntime
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Describe the particulars of the PATH property?

A

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How do you enter PATH property if the application is in the system path?

A

CRM.exe

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What does the PATH property not support?

A

links
Wild cards
Regex text entries

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Describe the particulars of the TARGETPATH property?

A

This property references an application launched as the result of one or more other processes(applications) happening first.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

To use the Path/TargetPath relationship what must you change the StartMethod property to?

A

StartAndWait

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Using the Path/TargetPath configuration can interrogate the PATH application?

A

NO only the TargetPath Application

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What application usually use the TARGETPATH configuration?

A

Java-based Applications

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What does the HOOKCHILDPROCESSES property do?

A

Configures the solution to integrate with an application and any application launched from that application

17
Q

What 2 conditions would merit you to set HOOKCHILDPROCESSES property to true?

A

One application starts other applications

Both Parent and Spawned applications are required for the solution

18
Q

Name the three option for the StartMethod property?

A

Start
StartAndWait
MonitorAll

19
Q

Describe the Start option of the StartMethod property?

A

Tells Pega Robot Studio to Launch and Hook the application identified by the path property after the adapter starts. This is the default

20
Q

Describe the StartAndWait option of the StartMethod property?

A

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

21
Q

Describe the MonitorAll option of the StartMethod property?

A

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

22
Q

Describe the STARTONPROJECTSTART property?

A

Its starts the adapter when the solution or project starts, the defauly for this property is true

23
Q

If the STARTONPROJECTSTART property is false what must you do?

A

you must start the adapter first in an automation

24
Q

Describe the Working Directory property?

A

This is a field populated with the location of the working directory which is the same value as the path property value

25
Q

Describe the Arguments property?

A

You use it to enter command line arguments required for starting the application associated with the adapter

26
Q

Describe the HideApplicationAtRuntime property?

A

Set this property to TRUE to hide the application during project runtime

27
Q

If you use the HideApplicationAtRuntime property how do you show the hidden application?

A

Call the Show method on the adapter