Skip to content

Instantly share code, notes, and snippets.

@stevehebert
Created October 23, 2020 20:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevehebert/8b5f84f9530e1ab76247ddaa758e158c to your computer and use it in GitHub Desktop.
Save stevehebert/8b5f84f9530e1ab76247ddaa758e158c to your computer and use it in GitHub Desktop.
Example of composing function to operate on the order
p.Configure(Claimed).
OnEntry(RecordShopperAssignment).
OnEntry(SendOrderNotification).
OnEntry(UpdateOrderState).
PermitReentry(AddItemToOrder).
Permit(Submit, ArriveAtStore).
Permit(Cancel, Canceled)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment