Expression Rule timer logic?

Hi Everyone,

  In expression rule i want to execute first line of code then wait for few seconds and then automatically execute rest of the code. How can i do this in expression rule, can anyone help me out.?

  Discussion posts and replies are publicly visible

Parents Reply Children
  • 0
    Certified Lead Developer
    in reply to Shubham Aware
    One thing no one is mentioning in this, if you're using this in SAIL you're not going to be able to do it. You can't kick off a process without some sort of user interaction. You either need a start process link for the user to get to another process with timer, and the user will have to click for timer to start. Or you will have to submit the form to continue in the same process model and reach timer event. That also can only happen on user click.

    If you want the form to display something, then a second later display something else automatically, it's most likely not going to happen with any current version.