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

problem with CronExpression.class from camunda BPM - engine

    XMLWordPrintable

Details

    • Bug Report
    • Resolution: Won't Fix
    • 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

    Description

      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.

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce