Class WorkflowConstants.WorkflowStatus

  • Enclosing class:
    WorkflowConstants

    @Deprecated(since="ages",
                forRemoval=true)
    public static class WorkflowConstants.WorkflowStatus
    extends java.lang.Object
    Deprecated, for removal: This API element is subject to removal in a future version.
    since ages - as of relase 4.3, please useWorkflowStatus
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int FINISHED
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      static int PLANNED
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      static int RUNNING
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      static int TERMINATED
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      WorkflowStatus()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • PLANNED

        public static final int PLANNED
        Deprecated, for removal: This API element is subject to removal in a future version.
        See Also:
        Constant Field Values
      • RUNNING

        public static final int RUNNING
        Deprecated, for removal: This API element is subject to removal in a future version.
        See Also:
        Constant Field Values
      • FINISHED

        public static final int FINISHED
        Deprecated, for removal: This API element is subject to removal in a future version.
        See Also:
        Constant Field Values
      • TERMINATED

        public static final int TERMINATED
        Deprecated, for removal: This API element is subject to removal in a future version.
        See Also:
        Constant Field Values
    • Constructor Detail

      • WorkflowStatus

        public WorkflowStatus()
        Deprecated, for removal: This API element is subject to removal in a future version.