Multiple choice technology web technology

Which shape is used to send and receive data from external system

  1. Integrator

  2. Ticket

  3. Fork

  4. Split-Join

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

The Integrator shape in PRPC flows is specifically designed for sending and receiving data from external systems. Ticket is for case processing, Fork branches flow execution, and Split-Join handles parallel processing - only Integrator manages external system communication.

AI explanation

In Pega process flow design, the Integrator shape represents a synchronous call out to an external system (invoking a connector rule) to send and/or receive data — it's the flow-level construct for external system interaction. Ticket is used to signal exception/alternate paths within a flow, Fork splits a flow into a choice of paths for the user, and Split-Join runs multiple paths in parallel and rejoins them — none of these are about talking to an external system, so Integrator is the correct shape.