All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.temporal.api.errordetails.v1.SystemWorkflowFailureOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.24.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: temporal/api/errordetails/v1/message.proto

package io.temporal.api.errordetails.v1;

@javax.annotation.Generated(value="protoc", comments="annotations:SystemWorkflowFailureOrBuilder.java.pb.meta")
public interface SystemWorkflowFailureOrBuilder extends
    // @@protoc_insertion_point(interface_extends:temporal.api.errordetails.v1.SystemWorkflowFailure)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 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; * @return Whether the workflowExecution field is set. */ 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; * @return The workflowExecution. */ io.temporal.api.common.v1.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; */ io.temporal.api.common.v1.WorkflowExecutionOrBuilder getWorkflowExecutionOrBuilder(); /** *
   * Serialized error returned by the system workflow performing the underlying operation.
   * 
* * string workflow_error = 2; * @return The workflowError. */ java.lang.String getWorkflowError(); /** *
   * Serialized error returned by the system workflow performing the underlying operation.
   * 
* * string workflow_error = 2; * @return The bytes for workflowError. */ com.google.protobuf.ByteString getWorkflowErrorBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy