Interface WorkflowExecutionExtendedInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WorkflowExecutionExtendedInfo,WorkflowExecutionExtendedInfo.Builder
@Generated(value="protoc",
comments="annotations:WorkflowExecutionExtendedInfoOrBuilder.java.pb.meta")
public interface WorkflowExecutionExtendedInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanRequest ID information (eg: history event information associated with the request ID).booleanindicates if the workflow received a cancel requestcom.google.protobuf.TimestampWorkflow execution expiration time is defined as workflow start time plus expiration timeout.com.google.protobuf.TimestampOrBuilderWorkflow execution expiration time is defined as workflow start time plus expiration timeout.com.google.protobuf.TimestampLast workflow reset time.com.google.protobuf.TimestampOrBuilderLast workflow reset time.com.google.protobuf.TimestampOriginal workflow start time.com.google.protobuf.TimestampOrBuilderOriginal workflow start time.Information about the workflow execution pause operation.Information about the workflow execution pause operation.Deprecated.intRequest ID information (eg: history event information associated with the request ID).Request ID information (eg: history event information associated with the request ID).getRequestIdInfosOrDefault(String key, RequestIdInfo defaultValue) Request ID information (eg: history event information associated with the request ID).Request ID information (eg: history event information associated with the request ID).Reset Run ID points to the new run when this execution is reset.com.google.protobuf.ByteStringReset Run ID points to the new run when this execution is reset.com.google.protobuf.TimestampWorkflow run expiration time is defined as current workflow run start time plus workflow run timeout.com.google.protobuf.TimestampOrBuilderWorkflow run expiration time is defined as current workflow run start time plus workflow run timeout.booleanWorkflow execution expiration time is defined as workflow start time plus expiration timeout.booleanLast workflow reset time.booleanOriginal workflow start time.booleanInformation about the workflow execution pause operation.booleanWorkflow run expiration time is defined as current workflow run start time plus workflow run timeout.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
-
hasExecutionExpirationTime
boolean hasExecutionExpirationTime()Workflow execution expiration time is defined as workflow start time plus expiration timeout. Workflow start time may change after workflow reset.
.google.protobuf.Timestamp execution_expiration_time = 1;- Returns:
- Whether the executionExpirationTime field is set.
-
getExecutionExpirationTime
com.google.protobuf.Timestamp getExecutionExpirationTime()Workflow execution expiration time is defined as workflow start time plus expiration timeout. Workflow start time may change after workflow reset.
.google.protobuf.Timestamp execution_expiration_time = 1;- Returns:
- The executionExpirationTime.
-
getExecutionExpirationTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getExecutionExpirationTimeOrBuilder()Workflow execution expiration time is defined as workflow start time plus expiration timeout. Workflow start time may change after workflow reset.
.google.protobuf.Timestamp execution_expiration_time = 1; -
hasRunExpirationTime
boolean hasRunExpirationTime()Workflow run expiration time is defined as current workflow run start time plus workflow run timeout.
.google.protobuf.Timestamp run_expiration_time = 2;- Returns:
- Whether the runExpirationTime field is set.
-
getRunExpirationTime
com.google.protobuf.Timestamp getRunExpirationTime()Workflow run expiration time is defined as current workflow run start time plus workflow run timeout.
.google.protobuf.Timestamp run_expiration_time = 2;- Returns:
- The runExpirationTime.
-
getRunExpirationTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getRunExpirationTimeOrBuilder()Workflow run expiration time is defined as current workflow run start time plus workflow run timeout.
.google.protobuf.Timestamp run_expiration_time = 2; -
getCancelRequested
boolean getCancelRequested()indicates if the workflow received a cancel request
bool cancel_requested = 3;- Returns:
- The cancelRequested.
-
hasLastResetTime
boolean hasLastResetTime()Last workflow reset time. Nil if the workflow was never reset.
.google.protobuf.Timestamp last_reset_time = 4;- Returns:
- Whether the lastResetTime field is set.
-
getLastResetTime
com.google.protobuf.Timestamp getLastResetTime()Last workflow reset time. Nil if the workflow was never reset.
.google.protobuf.Timestamp last_reset_time = 4;- Returns:
- The lastResetTime.
-
getLastResetTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getLastResetTimeOrBuilder()Last workflow reset time. Nil if the workflow was never reset.
.google.protobuf.Timestamp last_reset_time = 4; -
hasOriginalStartTime
boolean hasOriginalStartTime()Original workflow start time.
.google.protobuf.Timestamp original_start_time = 5;- Returns:
- Whether the originalStartTime field is set.
-
getOriginalStartTime
com.google.protobuf.Timestamp getOriginalStartTime()Original workflow start time.
.google.protobuf.Timestamp original_start_time = 5;- Returns:
- The originalStartTime.
-
getOriginalStartTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getOriginalStartTimeOrBuilder()Original workflow start time.
.google.protobuf.Timestamp original_start_time = 5; -
getResetRunId
String getResetRunId()Reset Run ID points to the new run when this execution is reset. If the execution is reset multiple times, it points to the latest run.
string reset_run_id = 6;- Returns:
- The resetRunId.
-
getResetRunIdBytes
com.google.protobuf.ByteString getResetRunIdBytes()Reset Run ID points to the new run when this execution is reset. If the execution is reset multiple times, it points to the latest run.
string reset_run_id = 6;- Returns:
- The bytes for resetRunId.
-
getRequestIdInfosCount
int getRequestIdInfosCount()Request ID information (eg: history event information associated with the request ID). Note: It only contains request IDs from StartWorkflowExecution requests, including indirect calls (eg: if SignalWithStartWorkflowExecution starts a new workflow, then the request ID is used in the StartWorkflowExecution request).
map<string, .temporal.api.workflow.v1.RequestIdInfo> request_id_infos = 7; -
containsRequestIdInfos
Request ID information (eg: history event information associated with the request ID). Note: It only contains request IDs from StartWorkflowExecution requests, including indirect calls (eg: if SignalWithStartWorkflowExecution starts a new workflow, then the request ID is used in the StartWorkflowExecution request).
map<string, .temporal.api.workflow.v1.RequestIdInfo> request_id_infos = 7; -
getRequestIdInfos
Deprecated.UsegetRequestIdInfosMap()instead. -
getRequestIdInfosMap
Map<String,RequestIdInfo> getRequestIdInfosMap()Request ID information (eg: history event information associated with the request ID). Note: It only contains request IDs from StartWorkflowExecution requests, including indirect calls (eg: if SignalWithStartWorkflowExecution starts a new workflow, then the request ID is used in the StartWorkflowExecution request).
map<string, .temporal.api.workflow.v1.RequestIdInfo> request_id_infos = 7; -
getRequestIdInfosOrDefault
Request ID information (eg: history event information associated with the request ID). Note: It only contains request IDs from StartWorkflowExecution requests, including indirect calls (eg: if SignalWithStartWorkflowExecution starts a new workflow, then the request ID is used in the StartWorkflowExecution request).
map<string, .temporal.api.workflow.v1.RequestIdInfo> request_id_infos = 7; -
getRequestIdInfosOrThrow
Request ID information (eg: history event information associated with the request ID). Note: It only contains request IDs from StartWorkflowExecution requests, including indirect calls (eg: if SignalWithStartWorkflowExecution starts a new workflow, then the request ID is used in the StartWorkflowExecution request).
map<string, .temporal.api.workflow.v1.RequestIdInfo> request_id_infos = 7; -
hasPauseInfo
boolean hasPauseInfo()Information about the workflow execution pause operation.
.temporal.api.workflow.v1.WorkflowExecutionPauseInfo pause_info = 8;- Returns:
- Whether the pauseInfo field is set.
-
getPauseInfo
WorkflowExecutionPauseInfo getPauseInfo()Information about the workflow execution pause operation.
.temporal.api.workflow.v1.WorkflowExecutionPauseInfo pause_info = 8;- Returns:
- The pauseInfo.
-
getPauseInfoOrBuilder
WorkflowExecutionPauseInfoOrBuilder getPauseInfoOrBuilder()Information about the workflow execution pause operation.
.temporal.api.workflow.v1.WorkflowExecutionPauseInfo pause_info = 8;
-