problem with CronExpression.class from camunda BPM - engine

XMLWordPrintable

    • Type: Bug Report
    • Resolution: Won't Fix
    • Priority: L2 - Critical
    • None
    • Affects Version/s: 7.8.2, 7.7.7, 7.6.12, 7.8.3, 7.7.8, 7.6.13, 7.8.4
    • Component/s: cycle, engine
    • None

      When we use cron expression 0 0 11 L-1 * ? (first-to-last), we have problem with class CronExpression because method getTimeAfter returns the current date if the day matches the expression, this causes the process to be called again many times for day.
      In lib quartz it's problem fixed.
      CronExpression cronExpression = new CronExpression("0 0 11 L-1 * ?");
      Date date = cronExpression.getTimeAfter(new Date());
      System.out.println(date);
      It's problem in all version.

            Assignee:
            Unassigned
            Reporter:
            Serhii Matvienko
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: