Skip to main content
August 23, 2021
Question

Deadline process

  • August 23, 2021
  • 7 replies
  • 1 view

Hi,

When you configure a deadline for a parent process, when it die what happens with his sons? They die too? 

Thank you!

    7 replies

    stefanhelzle0001
    Brainy
    August 23, 2021

    A process deadline is not doing anything actively.

    What do you want to achieve?

    August 23, 2021

    I want to close processes if they are not completed in 1 day. I want to do that because we have a lot of open processes and the enviroment is too slow. So I want something to close processes and their sons. It is possible?

    August 23, 2021

    When I say their sons I mean their subprocesses 

    selvakumark
    August 23, 2021

    "Deadline" in a process model is to set the target date time for process completion. It is majorly used for reporting purposes like to get the number of processes that have passed the target deadline. numoverdueprocessesforprocessmodel() - This function will return such process data.

    It has nothing to do with killing the processes.