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
Open to discuss how to create a feature to have sequencial interactors.
E.G.: CheckoutOrder has CreateCreditCard, PayOrder and AddToShipQueue as sequencial interactors. If some of these fail, the entire process stops and in some cases, we need rollback.
Points to decide:
decide when the sequencial will be called (explicit or implicit)
find a way to pass constructor params to interactor objects
find a way how to rollback the interactor process (maybe have explicit commit and rollback hooks on each interactor)
The text was updated successfully, but these errors were encountered:
Open to discuss how to create a feature to have sequencial interactors.
E.G.:
CheckoutOrder
hasCreateCreditCard
,PayOrder
andAddToShipQueue
as sequencial interactors. If some of these fail, the entire process stops and in some cases, we need rollback.Points to decide:
commit
androllback
hooks on each interactor)The text was updated successfully, but these errors were encountered: