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
Since the entire BgTask is successfully completed, BgTaskDone will be published.
So, it will be necessary to either add an additional field to BgTaskDone to include information about partial failures or define a separate event to convey the partial failures.
Impact
Whether adding a new field to BgTaskDone or publishing a new type of event, there should be no breaking changes.
Motivation
Required Features
BgTask
is successfully completed,BgTaskDone
will be published.BgTaskDone
to include information about partial failures or define a separate event to convey the partial failures.Impact
Testing Scenarios
The text was updated successfully, but these errors were encountered: