Class Error

    • Constructor Detail

      • Error

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

        public Error​(Transition transition)
        Parameters:
        transition -
    • Method Detail

      • getErrorRef

        public String getErrorRef()
        Reference to a unique workflow error definition. Used of errorRefs is not used
      • setErrorRef

        public void setErrorRef​(String errorRef)
        Reference to a unique workflow error definition. Used of errorRefs is not used
      • withErrorRef

        public Error withErrorRef​(String errorRef)
      • getErrorRefs

        public List<String> getErrorRefs()
        References one or more workflow error definitions. Used if errorRef is not used
      • setErrorRefs

        public void setErrorRefs​(List<String> errorRefs)
        References one or more workflow error definitions. Used if errorRef is not used
      • getTransition

        public Transition getTransition()
        (Required)
      • setTransition

        public void setTransition​(Transition transition)
        (Required)
      • getEnd

        public End getEnd()
        State end definition
      • setEnd

        public void setEnd​(End end)
        State end definition
      • withEnd

        public Error withEnd​(End end)