UiPath State Machine Workflow Step by Step Entry-Exit | Uipath Certification Preparation Series

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 พ.ย. 2024

ความคิดเห็น • 18

  • @peterdomjan7123
    @peterdomjan7123 ปีที่แล้ว

    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!

  • @VasanthKumar-qy9qu
    @VasanthKumar-qy9qu ปีที่แล้ว +1

    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)

  • @FayezEneim
    @FayezEneim 2 ปีที่แล้ว +1

    Successfully displayed number of tries. Thanks Rakesh

    • @AutomatewithRakesh
      @AutomatewithRakesh  2 ปีที่แล้ว

      Awesome good job

    • @vinulapy966
      @vinulapy966 2 ปีที่แล้ว

      will you please let me know the logic please @Fayez Eneim

  • @satyamkapase96
    @satyamkapase96 ปีที่แล้ว

    Hi Rakesh, Successfully completed task!! Thanks

  • @SubhrapratimDe
    @SubhrapratimDe 2 ปีที่แล้ว +1

    No of retries implemented. Thanks for the task.

  • @javierreyna5321
    @javierreyna5321 4 หลายเดือนก่อน

    What is the difference between entering the two activities in Entry, and not 1 in entry and 1 in exit?

  • @praveenkumarr2385
    @praveenkumarr2385 2 ปีที่แล้ว +1

    Completed!

    • @vinulapy966
      @vinulapy966 2 ปีที่แล้ว

      please let me know the logic

  • @prashantbhosle8523
    @prashantbhosle8523 2 ปีที่แล้ว +1

    Hey Rakesh, can you please make video on how to make dynamic HTML table and attach it in mail body

  • @tung-shenyang8832
    @tung-shenyang8832 2 ปีที่แล้ว

    could you make the CC available?

    • @tung-shenyang8832
      @tung-shenyang8832 2 ปีที่แล้ว

      it's not enabled (i've tried many times) thanks!

  • @vinulapy966
    @vinulapy966 2 ปีที่แล้ว

    how to do that number of retailer, can any one ?