Interface GatewayOuterClass.CancelWorkflowInstanceRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getWorkflowInstanceKey()
      the workflow instance key (as, for example, obtained from CreateWorkflowInstanceResponse)
      • 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

      • getWorkflowInstanceKey

        long getWorkflowInstanceKey()
         the workflow instance key (as, for example, obtained from
         CreateWorkflowInstanceResponse)
         
        int64 workflowInstanceKey = 1;
        Returns:
        The workflowInstanceKey.