Class Start

    • Constructor Detail

      • Start

        public Start()
    • Method Detail

      • getStateName

        public String getStateName()
        Name of the starting workflow state
      • setStateName

        public void setStateName​(String stateName)
        Name of the starting workflow state
      • withStateName

        public Start withStateName​(String stateName)
      • getSchedule

        public Schedule getSchedule()
        Start state schedule definition
      • setSchedule

        public void setSchedule​(Schedule schedule)
        Start state schedule definition
      • withSchedule

        public Start withSchedule​(Schedule schedule)