Class AppWorkflowRunStep

All Implemented Interfaces:
Serializable

@Generated("com.atlan.generators.ModelGeneratorV2") public class AppWorkflowRunStep extends AtlanStruct
A step within a workflow execution.
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • of

      public static AppWorkflowRunStep of(String appWorkflowRunLabel, AppWorkflowRunStatus appWorkflowRunStatus, Long appWorkflowRunStartedAt, Long appWorkflowRunCompletedAt, Map<String,String> appWorkflowRunOutputs)
      Quickly create a new AppWorkflowRunStep.
      Parameters:
      appWorkflowRunLabel - Name describing the step's group.
      appWorkflowRunStatus - Current execution state of this workflow step.
      appWorkflowRunStartedAt - Timestamp when the step began execution.
      appWorkflowRunCompletedAt - Timestamp when the step finished execution.
      appWorkflowRunOutputs - Results and metrics produced by this step.
      Returns:
      a AppWorkflowRunStep with the provided information
    • builder

      public static AppWorkflowRunStep.AppWorkflowRunStepBuilder<?,?> builder()
    • toBuilder

    • getAppWorkflowRunLabel

      public String getAppWorkflowRunLabel()
      Name describing the step's group.
    • getAppWorkflowRunStatus

      public AppWorkflowRunStatus getAppWorkflowRunStatus()
      Current execution state of this workflow step.
    • getAppWorkflowRunStartedAt

      public Long getAppWorkflowRunStartedAt()
      Timestamp when the step began execution.
    • getAppWorkflowRunCompletedAt

      public Long getAppWorkflowRunCompletedAt()
      Timestamp when the step finished execution.
    • getAppWorkflowRunOutputs

      public Map<String,String> getAppWorkflowRunOutputs()
      Results and metrics produced by this step.
    • equals

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

      protected boolean canEqual(Object other)
      Overrides:
      canEqual in class AtlanStruct
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class AtlanStruct
    • toString

      public String toString()
      Description copied from class: AtlanObject
      Overrides:
      toString in class AtlanObject
    • getTypeName

      public String getTypeName()
      Fixed typeName for AppWorkflowRunStep.
      Overrides:
      getTypeName in class AtlanStruct