Interface WorkflowExecutionCompletedEventAttributesOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WorkflowExecutionCompletedEventAttributes,WorkflowExecutionCompletedEventAttributes.Builder
@Generated(value="protoc",
comments="annotations:WorkflowExecutionCompletedEventAttributesOrBuilder.java.pb.meta")
public interface WorkflowExecutionCompletedEventAttributesOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionIf another run is started by cron, this contains the new run id.com.google.protobuf.ByteStringIf another run is started by cron, this contains the new run id.Serialized result of workflow completion (ie: The return value of the workflow function)Serialized result of workflow completion (ie: The return value of the workflow function)longThe `WORKFLOW_TASK_COMPLETED` event which this command was reported withbooleanSerialized result of workflow completion (ie: The return value of the workflow function)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
-
hasResult
boolean hasResult()Serialized result of workflow completion (ie: The return value of the workflow function)
.temporal.api.common.v1.Payloads result = 1;- Returns:
- Whether the result field is set.
-
getResult
Payloads getResult()Serialized result of workflow completion (ie: The return value of the workflow function)
.temporal.api.common.v1.Payloads result = 1;- Returns:
- The result.
-
getResultOrBuilder
PayloadsOrBuilder getResultOrBuilder()Serialized result of workflow completion (ie: The return value of the workflow function)
.temporal.api.common.v1.Payloads result = 1; -
getWorkflowTaskCompletedEventId
long getWorkflowTaskCompletedEventId()The `WORKFLOW_TASK_COMPLETED` event which this command was reported with
int64 workflow_task_completed_event_id = 2;- Returns:
- The workflowTaskCompletedEventId.
-
getNewExecutionRunId
String getNewExecutionRunId()If another run is started by cron, this contains the new run id.
string new_execution_run_id = 3;- Returns:
- The newExecutionRunId.
-
getNewExecutionRunIdBytes
com.google.protobuf.ByteString getNewExecutionRunIdBytes()If another run is started by cron, this contains the new run id.
string new_execution_run_id = 3;- Returns:
- The bytes for newExecutionRunId.
-