Changed features

The following features have changed or have been removed since the previous release:

API: change in time format for model item attributes
Specify the dates and times for model item attributes in local time and days. The revised format makes it easy to understand and use.

Specify the time in hh:mm:ss format and days as integers. The format for the API model item attributes have the following formats:

  • workflow, task
    • startTime to startTime and startDays
    • latestStartTime to latestStartTime and latestStartDays
    • deadlineTime to deadlineTime and deadlineDays
  • ExclusiveRunCycle
    • startTime to startTime and startDays
    • repeatEndTime to repeatEndTime and repeatEndDays
  • RunCycle
    • startTime to startTime and startDays
    • repeatEndTime to repeatEndTime and repeatEndDays
    • latestStartTime to latestStartTime and latestStartDays
    • deadlineTime to deadlineTime and deadlineDays
  • MatchinCriteriaInterval
    • fromDays to integer
    • toDays to integer
For example, if you want to start a task 2 days from now at 10 AM, specify the startTime as,
startTime: 10:00:00 
startDays: 2