Skip to content

Commit

Permalink
more explanation to untilIdentityChanged
Browse files Browse the repository at this point in the history
  • Loading branch information
sockeqwe committed Jul 26, 2023
1 parent 6a74aa9 commit acd805b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/user-guide/untilIdentityChanged.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,3 @@ Whenver the id of the selected email changes then whatever is inside the `untilI
In our example it means that the `onEnter{...}` block gets canceled if a new email is selected and the `onEnter{...}` is started but this time with another email id for the selected email.

Depending on your use case, maybe [ExecutionPolicy](ExecutionPolicy.md) or [hierarchical state machines](composing-statemachines.md) can achieve the same or are even better suited.

``

0 comments on commit acd805b

Please sign in to comment.