Class WorkflowSummary

java.lang.Object
com.netflix.conductor.common.run.WorkflowSummary

public class WorkflowSummary extends Object
Captures workflow summary info to be indexed in Elastic Search.
  • Constructor Details

    • WorkflowSummary

      public WorkflowSummary(Workflow workflow)
  • Method Details

    • getInputSize

      public long getInputSize()
    • getOutputSize

      public long getOutputSize()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object