Hi Temporal team,
A couple questions regarding activity interceptors
-
Is logic inside activity interceptors treated similar to logic inside an activity method? i.e. if an external API call fails, then retries can be triggered based on retry policy?
-
I would like to increment a integer defined in the workflow class after every activity commit. Is it possible to be done in activity outbound interceptor? Or perhaps have a layer of indirection around activity method?
Thanks,
Richard