Multiple choice technology platforms and products

which statements are true concerning Connector Activities?

  1. They reference a connector rule.

  2. They may be called in a flow by an integrator shape

  3. They always use Stream rules

  4. They should be created in the same Data- class that contains the connector rule

Reveal answer Fill a bubble to check yourself
A,B Correct answer
Explanation

Connector Activities in Pega reference a connector rule (which defines the external system interface). They are invoked in flows using the Integrator shape. They do not always use Stream rules (only when streaming large data). They should be created in the class where the integration logic belongs, which may differ from the connector rule's Data- class.