Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-8957

problem with CronExpression.class from camunda BPM - engine

XMLWordPrintable

    • Icon: Bug Report Bug Report
    • Resolution: Won't Fix
    • Icon: L2 - Critical L2 - Critical
    • None
    • 7.8.2, 7.7.7, 7.6.12, 7.8.3, 7.7.8, 7.6.13, 7.8.4
    • 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.

        This is the controller panel for Smart Panels app

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

                Created:
                Updated:
                Resolved: