How does State Machine work?

hi @vizblue_in,

It is has lot of options to be worked with.

  1. You can switch between multiple states in multiple times.
  2. Loop through itself.
  3. Can pass to other state after validating the condition given.
  4. You can use n number of final states.

refer this link for further info.State_Machine. Please find attached a basic flow.

test1.xaml (18.0 KB)

(conditions for the flow you can see in T1, T2, T3 and Please provide your email in State2 to receive email)

Thanks,
Vikas Reddy

3 Likes