my solution : 1.create a variable: Name: NumberOfTries variable type: Int32 scope: State Machine Default: 0 2. Put it an Assign activity into T2,T3 and T4 /Action, after the message box: The Assign activity is: NumberOfTries = NumberOfTries+1 3. put a message box into Final State after the first message box: Message box: " The Number of tires: " + NumberOfTries.ToString +"!" Thanks Rakesh! Great lesson!
Hello Rakesh, Correct me if i am wrong, the correct sequence of Exectuion in statemachine would be 1. Entry (State 1) 2. T1 Trigger(Transition Connected to State 2) 3. Exit (State 1) 4. Action T1(Transition Connected to State 2) 5. Entry (State 2) 6. T2 Trigger(Transition Connected to state 3)
my solution :
1.create a variable:
Name: NumberOfTries
variable type: Int32
scope: State Machine
Default: 0
2. Put it an Assign activity into T2,T3 and T4 /Action, after the message box:
The Assign activity is: NumberOfTries = NumberOfTries+1
3. put a message box into Final State after the first message box:
Message box: " The Number of tires: " + NumberOfTries.ToString +"!"
Thanks Rakesh! Great lesson!
Hello Rakesh, Correct me if i am wrong, the correct sequence of Exectuion in statemachine would be
1. Entry (State 1)
2. T1 Trigger(Transition Connected to State 2)
3. Exit (State 1)
4. Action T1(Transition Connected to State 2)
5. Entry (State 2)
6. T2 Trigger(Transition Connected to state 3)
Successfully displayed number of tries. Thanks Rakesh
Awesome good job
will you please let me know the logic please @Fayez Eneim
Hi Rakesh, Successfully completed task!! Thanks
Great 👍
No of retries implemented. Thanks for the task.
Good job
Explain wat u hav done
What is the difference between entering the two activities in Entry, and not 1 in entry and 1 in exit?
Completed!
please let me know the logic
Hey Rakesh, can you please make video on how to make dynamic HTML table and attach it in mail body
Sure will create a content around that
could you make the CC available?
it's not enabled (i've tried many times) thanks!
how to do that number of retailer, can any one ?