NStateManager icon indicating copy to clipboard operation
NStateManager copied to clipboard

Add optional parameter for Entry, Exit, and Reentry events

Open scottctr opened this issue 7 years ago • 0 comments

Sample scenario:

  1. Sale.Open transitions to Sale.CardProcessing on SaleEvent.CardPayment with payment argument
  2. Sale.CardProcessing state entry event needs payment argument to send to card processor
  3. Sale.CardProcessor automatically forwards to Sale.Complete if card processing was successful and sale.Balance is now 0.

scottctr avatar Mar 24 '18 23:03 scottctr