Want to end process after not in action for more than 1hour.

Hello Appian,

I want to end the process automatically, if no work is going on for an hour after the process start.

I thought "deadline" would play such role in the process model, but the process continues even after I set the one hour deadline.

Please let me know if there is a way to end the process automatically, after no work is going on for an hour after the process start.

Or if the deadline is the right way, I may have done something wrong with the setting, so please give example to follow.

Thank you in advance.

  Discussion posts and replies are publicly visible

Parents Reply
  • As an addendum to this...note that a process model may have multiple concurrent threads running, each with its own end node. The example provided will only terminate the current thread. If that's the ONLY thread then all is good, the process will also terminate. But if you want to terminate an entire process, even if there are other threads still running, then you need to make your end node a 'Terminate' node. This will kill the entire process, even if other activity/threads are still in flight.

Children
No Data