Interface WorkflowTriggerHistory


public interface WorkflowTriggerHistory
An immutable client-side representation of WorkflowTriggerHistory.
  • 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 trigger history name.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: Gets the workflow trigger history 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.
    • scheduledTime

      OffsetDateTime scheduledTime()
      Gets the scheduledTime property: The scheduled time.
      Returns:
      the scheduledTime 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

      Correlation correlation()
      Gets the correlation property: The run correlation.
      Returns:
      the correlation value.
    • inputsLink

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

      ContentLink outputsLink()
      Gets the outputsLink property: Gets the link to output parameters.
      Returns:
      the outputsLink value.
    • fired

      Boolean fired()
      Gets the fired property: The value indicating whether trigger was fired.
      Returns:
      the fired value.
    • run

      Gets the run property: Gets the reference to workflow run.
      Returns:
      the run value.
    • innerModel

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