Skip to content

Instantly share code, notes, and snippets.

@jasondown
Created August 3, 2021 08:57
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 jasondown/dedb65b84d421939a0fe62c0f0ffc335 to your computer and use it in GitHub Desktop.
Save jasondown/dedb65b84d421939a0fe62c0f0ffc335 to your computer and use it in GitHub Desktop.
var transitionTable = new [] {
{Step1ClaimType1, Next, ValidateStep1ClaimType1, Step2ClaimType1},
{Step2ClaimType1, Next, ValidateStep2ClaimType1, Finished},
{Step1ClaimType2, Next, ValidateStep1ClaimType2, Step2ClaimType2},
{Step2ClaimType2, Next, ValidateStep2ClaimType2, Step3ClaimType2}
// ...
// also back and finish events for each type
// etc.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment