Wait events never works

Hi all,

I can't use a wait events on my process definition, it never functions. I don't understand why.

Here's the test process created:

If I remove the wait event, the process goes to the end without issue.

Thank you for your help.

Best regards,

Parents
  • Hi Jerome,

    I've seen this behavior when the scheduler process that actually monitors these conditions isn't running. Go to Admin > Scheduler and look for the process called Process Author Scheduled Job. It should be set to Active status and most likely running As often as possible. You can also click into the Scheduler record to see the Job Log and make sure that it is running as frequently as it should be (likely about every 5 minutes, depending on your server settings).

    Business Analyst

    Technology Advisors, Inc.

Reply
  • Hi Jerome,

    I've seen this behavior when the scheduler process that actually monitors these conditions isn't running. Go to Admin > Scheduler and look for the process called Process Author Scheduled Job. It should be set to Active status and most likely running As often as possible. You can also click into the Scheduler record to see the Job Log and make sure that it is running as frequently as it should be (likely about every 5 minutes, depending on your server settings).

    Business Analyst

    Technology Advisors, Inc.

Children
  • Hi Megan,

    I don't find exactly the process you mentionned " Process Author Scheduled Job". I found this one, in French called "Tâche planifié du planificateur de gestionnaire de processus" that we can translate by "Scheduled task of the process manager planner".

                   Job Name                  Job Status        Execute Time        Date Modified 

    Tâche planifié du planificateur

    de gestionnaire de processus      done          19/05/2016 11:01    19/05/2016 11:05

    Tâche planifié du planificateur

    de gestionnaire de processus     done         19/05/2016 10:56     19/05/2016 10:59

    If it's the right process, it seems to be ok, but my process doesn't function.

    Do you have another idea?

    Thank you for your help.

    Best regards,

  • Found!

    In fact the duration is more longer than I expected. If I put 2 min, I have to wait 4 min So I thought that it doesn't work.

    Thank you for the time passed on this "incident"