Class WorkflowRunInner

java.lang.Object
com.azure.core.management.SubResource
com.azure.resourcemanager.appservice.fluent.models.WorkflowRunInner

public final class WorkflowRunInner extends com.azure.core.management.SubResource
The workflow run.
  • Constructor Details

    • WorkflowRunInner

      public WorkflowRunInner()
  • Method Details

    • name

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

      public String type()
      Get the type property: Gets the workflow run type.
      Returns:
      the type value.
    • withId

      public WorkflowRunInner withId(String id)
      Overrides:
      withId in class com.azure.core.management.SubResource
    • waitEndTime

      public OffsetDateTime waitEndTime()
      Get the waitEndTime property: Gets the wait end time.
      Returns:
      the waitEndTime value.
    • startTime

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

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

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

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

      public Object error()
      Get the error property: Gets the error.
      Returns:
      the error value.
    • correlationId

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

      public Correlation correlation()
      Get the correlation property: The run correlation.
      Returns:
      the correlation value.
    • withCorrelation

      public WorkflowRunInner withCorrelation(Correlation correlation)
      Set the correlation property: The run correlation.
      Parameters:
      correlation - the correlation value to set.
      Returns:
      the WorkflowRunInner object itself.
    • workflow

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

      public WorkflowRunTrigger trigger()
      Get the trigger property: Gets the fired trigger.
      Returns:
      the trigger value.
    • outputs

      public Map<String,WorkflowOutputParameter> outputs()
      Get the outputs property: Gets the outputs.
      Returns:
      the outputs value.
    • response

      public WorkflowRunTrigger response()
      Get the response property: Gets the response of the flow run.
      Returns:
      the response value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.