Interface WorkflowRunAction


public interface WorkflowRunAction
An immutable client-side representation of WorkflowRunAction.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: Gets the workflow run action name.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: Gets the workflow run action type.
      Returns:
      the type value.
    • startTime

      OffsetDateTime startTime()
      Gets the startTime property: Gets the start time.
      Returns:
      the startTime value.
    • endTime

      OffsetDateTime endTime()
      Gets the endTime property: Gets the end time.
      Returns:
      the endTime value.
    • status

      WorkflowStatus status()
      Gets the status property: Gets the status.
      Returns:
      the status value.
    • code

      String code()
      Gets the code property: Gets the code.
      Returns:
      the code value.
    • error

      Object error()
      Gets the error property: Gets the error.
      Returns:
      the error value.
    • trackingId

      String trackingId()
      Gets the trackingId property: Gets the tracking id.
      Returns:
      the trackingId value.
    • correlation

      RunActionCorrelation correlation()
      Gets the correlation property: The correlation properties.
      Returns:
      the correlation value.
    • inputsLink

      ContentLink inputsLink()
      Gets the inputsLink property: Gets the link to inputs.
      Returns:
      the inputsLink value.
    • outputsLink

      ContentLink outputsLink()
      Gets the outputsLink property: Gets the link to outputs.
      Returns:
      the outputsLink value.
    • trackedProperties

      Object trackedProperties()
      Gets the trackedProperties property: Gets the tracked properties.
      Returns:
      the trackedProperties value.
    • retryHistory

      List<RetryHistory> retryHistory()
      Gets the retryHistory property: Gets the retry histories.
      Returns:
      the retryHistory value.
    • innerModel

      Gets the inner com.azure.resourcemanager.logic.fluent.models.WorkflowRunActionInner object.
      Returns:
      the inner object.