Class End

    • Constructor Detail

      • End

        public End()
    • Method Detail

      • isTerminate

        public boolean isTerminate()
        If true, completes all execution flows in the given workflow instance
      • setTerminate

        public void setTerminate​(boolean terminate)
        If true, completes all execution flows in the given workflow instance
      • withTerminate

        public End withTerminate​(boolean terminate)
      • getProduceEvents

        public List<ProduceEvent> getProduceEvents()
        Array of events to be produced
      • setProduceEvents

        public void setProduceEvents​(List<ProduceEvent> produceEvents)
        Array of events to be produced
      • isCompensate

        public boolean isCompensate()
        If set to true, triggers workflow compensation when before workflow executin completes. Default is false
      • setCompensate

        public void setCompensate​(boolean compensate)
        If set to true, triggers workflow compensation when before workflow executin completes. Default is false
      • withCompensate

        public End withCompensate​(boolean compensate)
      • getContinueAs

        public ContinueAs getContinueAs()
        End definition continue as
      • setContinueAs

        public void setContinueAs​(ContinueAs continueAs)
        End definition continue as
      • withContinueAs

        public End withContinueAs​(ContinueAs continueAs)