Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Reference and some examples of cron expressions are provided in Quartz website.

Changes in Task table

  • SYNCOPE-144 introduced two additional columns in Task table:
    Code Block
    
    name VARCHAR(255),
    description VARCHAR(255)
    
  • Change any value from org.apache.syncope.core.scheduling.SyncJob to org.apache.syncope.core.sync.SyncJob of the jobClassName column

Moreover, SYNCOPE-186 renamed jobActionsClassName to actionsClassName

...