You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
How can we control resubmission strategies based on different event types?
For example:
EventA
should be resubmitted based on a duration.EventB
should be resubmitted based on completion attempts.We explored
ResubmissionOptions
and thewithFilter
method, but couldn’t find a way to differentiate behavior based on event type.Would it be feasible to expose the event type in the
EventPublication
object?That could allow more granular control over resubmission logic.
Beta Was this translation helpful? Give feedback.
All reactions