Interface StartWorkflowExecutionResponseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    StartWorkflowExecutionResponse, StartWorkflowExecutionResponse.Builder

    @Generated(value="protoc",
               comments="annotations:StartWorkflowExecutionResponseOrBuilder.java.pb.meta")
    public interface StartWorkflowExecutionResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      PollWorkflowTaskQueueResponse getEagerWorkflowTask()
      When `request_eager_execution` is set on the `StartWorkflowExecutionRequest`, the server - if supported - will return the first workflow task to be eagerly executed.
      PollWorkflowTaskQueueResponseOrBuilder getEagerWorkflowTaskOrBuilder()
      When `request_eager_execution` is set on the `StartWorkflowExecutionRequest`, the server - if supported - will return the first workflow task to be eagerly executed.
      java.lang.String getRunId()
      string run_id = 1;
      com.google.protobuf.ByteString getRunIdBytes()
      string run_id = 1;
      boolean hasEagerWorkflowTask()
      When `request_eager_execution` is set on the `StartWorkflowExecutionRequest`, the server - if supported - will return the first workflow task to be eagerly executed.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getRunId

        java.lang.String getRunId()
        string run_id = 1;
        Returns:
        The runId.
      • getRunIdBytes

        com.google.protobuf.ByteString getRunIdBytes()
        string run_id = 1;
        Returns:
        The bytes for runId.
      • hasEagerWorkflowTask

        boolean hasEagerWorkflowTask()
         When `request_eager_execution` is set on the `StartWorkflowExecutionRequest`, the server - if supported - will
         return the first workflow task to be eagerly executed.
         The caller is expected to have a worker available to process the task.
         
        .temporal.api.workflowservice.v1.PollWorkflowTaskQueueResponse eager_workflow_task = 2;
        Returns:
        Whether the eagerWorkflowTask field is set.
      • getEagerWorkflowTask

        PollWorkflowTaskQueueResponse getEagerWorkflowTask()
         When `request_eager_execution` is set on the `StartWorkflowExecutionRequest`, the server - if supported - will
         return the first workflow task to be eagerly executed.
         The caller is expected to have a worker available to process the task.
         
        .temporal.api.workflowservice.v1.PollWorkflowTaskQueueResponse eager_workflow_task = 2;
        Returns:
        The eagerWorkflowTask.
      • getEagerWorkflowTaskOrBuilder

        PollWorkflowTaskQueueResponseOrBuilder getEagerWorkflowTaskOrBuilder()
         When `request_eager_execution` is set on the `StartWorkflowExecutionRequest`, the server - if supported - will
         return the first workflow task to be eagerly executed.
         The caller is expected to have a worker available to process the task.
         
        .temporal.api.workflowservice.v1.PollWorkflowTaskQueueResponse eager_workflow_task = 2;