Skip to content

Instantly share code, notes, and snippets.

@BrianMRO
Created March 2, 2022 16:23
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 BrianMRO/ff825c101caef69dbbcd2360b8aec89c to your computer and use it in GitHub Desktop.
Save BrianMRO/ff825c101caef69dbbcd2360b8aec89c to your computer and use it in GitHub Desktop.
Workflow - Assign Actions to States
states.Add<State.hold>(flowState => flowState
.WithActions(actions =>
{
actions.Add(removeHold, a => a.IsDuplicatedInToolbar());
}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment