Class Schedule

    • Constructor Detail

      • Schedule

        public Schedule()
    • Method Detail

      • getInterval

        public String getInterval()
        Time interval (ISO 8601 format) describing when the workflow starting state is active
      • setInterval

        public void setInterval​(String interval)
        Time interval (ISO 8601 format) describing when the workflow starting state is active
      • getCron

        public Cron getCron()
        Schedule cron definition
      • setCron

        public void setCron​(Cron cron)
        Schedule cron definition
      • getTimezone

        public String getTimezone()
        Timezone name used to evaluate the cron expression. Not used for interval as timezone can be specified there directly. If not specified, should default to local machine timezone.
      • setTimezone

        public void setTimezone​(String timezone)
        Timezone name used to evaluate the cron expression. Not used for interval as timezone can be specified there directly. If not specified, should default to local machine timezone.