Interface SystemWorkflowFailureOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SystemWorkflowFailure, SystemWorkflowFailure.Builder

@Generated(value="protoc", comments="annotations:SystemWorkflowFailureOrBuilder.java.pb.meta") public interface SystemWorkflowFailureOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Serialized error returned by the system workflow performing the underlying operation.
    com.google.protobuf.ByteString
    Serialized error returned by the system workflow performing the underlying operation.
    WorkflowId and RunId of the Temporal system workflow performing the underlying operation.
    WorkflowId and RunId of the Temporal system workflow performing the underlying operation.
    boolean
    WorkflowId and RunId of the Temporal system workflow performing the underlying operation.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasWorkflowExecution

      boolean hasWorkflowExecution()
       WorkflowId and RunId of the Temporal system workflow performing the underlying operation.
       Looking up the info of the system workflow run may help identify the issue causing the failure.
       
      .temporal.api.common.v1.WorkflowExecution workflow_execution = 1;
      Returns:
      Whether the workflowExecution field is set.
    • getWorkflowExecution

      WorkflowExecution getWorkflowExecution()
       WorkflowId and RunId of the Temporal system workflow performing the underlying operation.
       Looking up the info of the system workflow run may help identify the issue causing the failure.
       
      .temporal.api.common.v1.WorkflowExecution workflow_execution = 1;
      Returns:
      The workflowExecution.
    • getWorkflowExecutionOrBuilder

      WorkflowExecutionOrBuilder getWorkflowExecutionOrBuilder()
       WorkflowId and RunId of the Temporal system workflow performing the underlying operation.
       Looking up the info of the system workflow run may help identify the issue causing the failure.
       
      .temporal.api.common.v1.WorkflowExecution workflow_execution = 1;
    • getWorkflowError

      String getWorkflowError()
       Serialized error returned by the system workflow performing the underlying operation.
       
      string workflow_error = 2;
      Returns:
      The workflowError.
    • getWorkflowErrorBytes

      com.google.protobuf.ByteString getWorkflowErrorBytes()
       Serialized error returned by the system workflow performing the underlying operation.
       
      string workflow_error = 2;
      Returns:
      The bytes for workflowError.