Class StopEvent


  • public class StopEvent
    extends java.lang.Object
    Your workflow has stopped, which might be due to normal completion after you call terminate() or from an abnormal completion error.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String reason
      The reason for the workflow stopping.
    • Constructor Summary

      Constructors 
      Constructor Description
      StopEvent()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • reason

        @SerializedName("reason")
        public java.lang.String reason
        The reason for the workflow stopping.
    • Constructor Detail

      • StopEvent

        public StopEvent()