In Pega, an assignment is typically routed to one operator or one work queue at a time.
So a single assignment cannot simultaneously belong to multiple work queues. However, you can achieve similar behavior by Re-routing the assignment from one work queue to another
Usually no — a guardrail warning is not a hard stop to. Pega gives guardrail warnings when a flow/process has too many steps/shapes because very large flows become:
- hard to maintain
- difficult to understand
- harder to test
- potentially less performant