Class StartEvent


  • public class StartEvent
    extends java.lang.Object
    Your workflow has been triggered.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      Trigger trigger
      The type of trigger that started your workflow.
    • Constructor Summary

      Constructors 
      Constructor Description
      StartEvent()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • trigger

        @SerializedName("trigger")
        public Trigger trigger
        The type of trigger that started your workflow.
    • Constructor Detail

      • StartEvent

        public StartEvent()