Which flow shapes are not allowed in Screen flow in Pega?

AllJobsInfo

Administrator
Staff member
The following shapes are not allowed in screen flows:

Split Join, Wait, Integrator, Assignment Service

Integrator --> Asynchronously connects your application to an external system to send or receive data and does not wait for a response before moving to the next step in the flow.

Assignment Service --> Synchronously connects your application to an external system to send or receive data and waits for a response before moving to the next step in the flow

The following shapes are supported by screen flows:

Split For Each

All standard shapes
(Assignment, Decision, SubProcess, Utility, Start and End Shapes)

All smart shapes (Except Wait shape)
 
Top