Class Sleep

    • Constructor Detail

      • Sleep

        public Sleep()
        No args constructor for use in serialization
      • Sleep

        public Sleep​(String before,
                     String after)
        Parameters:
        before -
        after -
    • Method Detail

      • getBefore

        public String getBefore()
        Amount of time (ISO 8601 duration format) to sleep before function/subflow invocation. Does not apply if 'eventRef' is defined. (Required)
      • setBefore

        public void setBefore​(String before)
        Amount of time (ISO 8601 duration format) to sleep before function/subflow invocation. Does not apply if 'eventRef' is defined. (Required)
      • withBefore

        public Sleep withBefore​(String before)
      • getAfter

        public String getAfter()
        Amount of time (ISO 8601 duration format) to sleep after function/subflow invocation. Does not apply if 'eventRef' is defined. (Required)
      • setAfter

        public void setAfter​(String after)
        Amount of time (ISO 8601 duration format) to sleep after function/subflow invocation. Does not apply if 'eventRef' is defined. (Required)