Interface RespondWorkflowTaskCompletedRequest.CapabilitiesOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getDiscardSpeculativeWorkflowTaskWithEvents()
      True if the SDK can handle speculative workflow task with command events.
      • 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

      • getDiscardSpeculativeWorkflowTaskWithEvents

        boolean getDiscardSpeculativeWorkflowTaskWithEvents()
         True if the SDK can handle speculative workflow task with command events. If true, the
         server may choose, at its discretion, to discard a speculative workflow task even if that
         speculative task included command events the SDK had not previously processed.
        
         (-- api-linter: core::0140::prepositions=disabled
             aip.dev/not-precedent: "with" used to describe the workflow task. --)
         
        bool discard_speculative_workflow_task_with_events = 1;
        Returns:
        The discardSpeculativeWorkflowTaskWithEvents.