Interface SignalWithStartWorkflowExecutionResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    If the workflow was started as a result of a de-dupe, this field will contain the run id of the first execution in the chain.
    com.google.protobuf.ByteString
    If the workflow was started as a result of a de-dupe, this field will contain the run id of the first execution in the chain.
    The run id of the workflow that was started - or just signaled, if it was already running.
    com.google.protobuf.ByteString
    The run id of the workflow that was started - or just signaled, if it was already running.
    Link to be associated with the WorkflowExecutionSignaled event.
    Link to be associated with the WorkflowExecutionSignaled event.
    boolean
    If true, a new workflow was started.
    boolean
    Link to be associated with the WorkflowExecutionSignaled event.

    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 Details

    • getRunId

      String getRunId()
       The run id of the workflow that was started - or just signaled, if it was already running.
       
      string run_id = 1;
      Returns:
      The runId.
    • getRunIdBytes

      com.google.protobuf.ByteString getRunIdBytes()
       The run id of the workflow that was started - or just signaled, if it was already running.
       
      string run_id = 1;
      Returns:
      The bytes for runId.
    • getFirstExecutionRunId

      String getFirstExecutionRunId()
       If the workflow was started as a result of a de-dupe, this field will contain the run id of the first execution in the chain.
       
      string first_execution_run_id = 4;
      Returns:
      The firstExecutionRunId.
    • getFirstExecutionRunIdBytes

      com.google.protobuf.ByteString getFirstExecutionRunIdBytes()
       If the workflow was started as a result of a de-dupe, this field will contain the run id of the first execution in the chain.
       
      string first_execution_run_id = 4;
      Returns:
      The bytes for firstExecutionRunId.
    • getStarted

      boolean getStarted()
       If true, a new workflow was started.
       
      bool started = 2;
      Returns:
      The started.
    • hasSignalLink

      boolean hasSignalLink()
       Link to be associated with the WorkflowExecutionSignaled event.
       Added on the response to propagate the backlink.
       Available from Temporal server 1.31 and up.
       
      .temporal.api.common.v1.Link signal_link = 3;
      Returns:
      Whether the signalLink field is set.
    • getSignalLink

      Link getSignalLink()
       Link to be associated with the WorkflowExecutionSignaled event.
       Added on the response to propagate the backlink.
       Available from Temporal server 1.31 and up.
       
      .temporal.api.common.v1.Link signal_link = 3;
      Returns:
      The signalLink.
    • getSignalLinkOrBuilder

      LinkOrBuilder getSignalLinkOrBuilder()
       Link to be associated with the WorkflowExecutionSignaled event.
       Added on the response to propagate the backlink.
       Available from Temporal server 1.31 and up.
       
      .temporal.api.common.v1.Link signal_link = 3;