Interface WorkflowRun


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

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

      OffsetDateTime waitEndTime()
      Gets the waitEndTime property: Gets the wait end time.
      Returns:
      the waitEndTime 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.
    • correlationId

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

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

      ResourceReference workflow()
      Gets the workflow property: Gets the reference to workflow version.
      Returns:
      the workflow value.
    • trigger

      Gets the trigger property: Gets the fired trigger.
      Returns:
      the trigger value.
    • outputs

      Gets the outputs property: Gets the outputs.
      Returns:
      the outputs value.
    • response

      WorkflowRunTrigger response()
      Gets the response property: Gets the response of the flow run.
      Returns:
      the response value.
    • innerModel

      WorkflowRunInner innerModel()
      Gets the inner com.azure.resourcemanager.logic.fluent.models.WorkflowRunInner object.
      Returns:
      the inner object.