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

io.temporal.api.history.v1.WorkflowExecutionCompletedEventAttributesOrBuilder 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/history/v1/message.proto

package io.temporal.api.history.v1;

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

  /**
   * 
   * Serialized result of workflow completion (ie: The return value of the workflow function)
   * 
* * .temporal.api.common.v1.Payloads result = 1; * @return Whether the result field is set. */ boolean hasResult(); /** *
   * Serialized result of workflow completion (ie: The return value of the workflow function)
   * 
* * .temporal.api.common.v1.Payloads result = 1; * @return The result. */ io.temporal.api.common.v1.Payloads getResult(); /** *
   * Serialized result of workflow completion (ie: The return value of the workflow function)
   * 
* * .temporal.api.common.v1.Payloads result = 1; */ io.temporal.api.common.v1.PayloadsOrBuilder getResultOrBuilder(); /** *
   * The `WORKFLOW_TASK_COMPLETED` event which this command was reported with
   * 
* * int64 workflow_task_completed_event_id = 2; * @return The workflowTaskCompletedEventId. */ long getWorkflowTaskCompletedEventId(); /** *
   * If another run is started by cron, this contains the new run id.
   * 
* * string new_execution_run_id = 3; * @return The newExecutionRunId. */ java.lang.String getNewExecutionRunId(); /** *
   * If another run is started by cron, this contains the new run id.
   * 
* * string new_execution_run_id = 3; * @return The bytes for newExecutionRunId. */ com.google.protobuf.ByteString getNewExecutionRunIdBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy