In the reactive fast map I used to call the subscriber on service.create and I used to re-deploy it.
What happens when the subscriber calls at service.post_modification, at what point my subscriber will execute in a transaction.
What do you mean with "call the subscriber"? A subscriber is setup outside a service and is called by NSO at changes.
I was talking about manipulating the change in the service create and service post_modification which my subscriber is looking at.
I still don't understand, what are you trying to accomplish?