Interface WorkflowExecutionFailedEventAttributesOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WorkflowExecutionFailedEventAttributes,WorkflowExecutionFailedEventAttributes.Builder
@Generated(value="protoc",
comments="annotations:WorkflowExecutionFailedEventAttributesOrBuilder.java.pb.meta")
public interface WorkflowExecutionFailedEventAttributesOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionSerialized result of workflow failure (ex: An exception thrown, or error returned)Serialized result of workflow failure (ex: An exception thrown, or error returned)If another run is started by cron or retry, this contains the new run id.com.google.protobuf.ByteStringIf another run is started by cron or retry, this contains the new run id..temporal.api.enums.v1.RetryState retry_state = 2;int.temporal.api.enums.v1.RetryState retry_state = 2;longThe `WORKFLOW_TASK_COMPLETED` event which this command was reported withbooleanSerialized result of workflow failure (ex: An exception thrown, or error returned)Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasFailure
boolean hasFailure()Serialized result of workflow failure (ex: An exception thrown, or error returned)
.temporal.api.failure.v1.Failure failure = 1;- Returns:
- Whether the failure field is set.
-
getFailure
Failure getFailure()Serialized result of workflow failure (ex: An exception thrown, or error returned)
.temporal.api.failure.v1.Failure failure = 1;- Returns:
- The failure.
-
getFailureOrBuilder
FailureOrBuilder getFailureOrBuilder()Serialized result of workflow failure (ex: An exception thrown, or error returned)
.temporal.api.failure.v1.Failure failure = 1; -
getRetryStateValue
int getRetryStateValue().temporal.api.enums.v1.RetryState retry_state = 2;- Returns:
- The enum numeric value on the wire for retryState.
-
getRetryState
RetryState getRetryState().temporal.api.enums.v1.RetryState retry_state = 2;- Returns:
- The retryState.
-
getWorkflowTaskCompletedEventId
long getWorkflowTaskCompletedEventId()The `WORKFLOW_TASK_COMPLETED` event which this command was reported with
int64 workflow_task_completed_event_id = 3;- Returns:
- The workflowTaskCompletedEventId.
-
getNewExecutionRunId
String getNewExecutionRunId()If another run is started by cron or retry, this contains the new run id.
string new_execution_run_id = 4;- Returns:
- The newExecutionRunId.
-
getNewExecutionRunIdBytes
com.google.protobuf.ByteString getNewExecutionRunIdBytes()If another run is started by cron or retry, this contains the new run id.
string new_execution_run_id = 4;- Returns:
- The bytes for newExecutionRunId.
-