How does stateful setting on service package for rest services behave
As per rest specification, they mention that Rest is stateless and client session/context is not maintained at server side. Each transaction works as atomic transaction.
Coming to Pega, if we enable stateful setting on the service package for the rest services how does it behave?