接口 FlowModelPb.StartWorkflowRequestOrBuilder

    • 方法详细资料

      • getName

        String getName()
        工作流名称(必填)
         
        string name = 1;
        返回:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        工作流名称(必填)
         
        string name = 1;
        返回:
        The bytes for name.
      • getVersion

        int getVersion()
        工作流版本(选填:缺省值则最新版本)
         
        int32 version = 2;
        返回:
        The version.
      • getCorrelationId

        String getCorrelationId()
        业务关联ID(选填)
         
        string correlation_id = 3;
        返回:
        The correlationId.
      • getCorrelationIdBytes

        com.google.protobuf.ByteString getCorrelationIdBytes()
        业务关联ID(选填)
         
        string correlation_id = 3;
        返回:
        The bytes for correlationId.
      • getInputCount

        int getInputCount()
        map<string, .google.protobuf.Value> input = 4;
      • containsInput

        boolean containsInput​(String key)
        map<string, .google.protobuf.Value> input = 4;
      • getInputMap

        Map<String,​com.google.protobuf.Value> getInputMap()
        map<string, .google.protobuf.Value> input = 4;
      • getInputOrDefault

        com.google.protobuf.Value getInputOrDefault​(String key,
                                                    com.google.protobuf.Value defaultValue)
        map<string, .google.protobuf.Value> input = 4;
      • getInputOrThrow

        com.google.protobuf.Value getInputOrThrow​(String key)
        map<string, .google.protobuf.Value> input = 4;
      • getTaskToDomainCount

        int getTaskToDomainCount()
        map<string, string> task_to_domain = 5;
      • containsTaskToDomain

        boolean containsTaskToDomain​(String key)
        map<string, string> task_to_domain = 5;
      • getTaskToDomainMap

        Map<String,​String> getTaskToDomainMap()
        map<string, string> task_to_domain = 5;
      • getTaskToDomainOrDefault

        String getTaskToDomainOrDefault​(String key,
                                        String defaultValue)
        map<string, string> task_to_domain = 5;
      • getTaskToDomainOrThrow

        String getTaskToDomainOrThrow​(String key)
        map<string, string> task_to_domain = 5;
      • getExternalInputPayloadStoragePath

        String getExternalInputPayloadStoragePath()
        string external_input_payload_storage_path = 7;
        返回:
        The externalInputPayloadStoragePath.
      • getExternalInputPayloadStoragePathBytes

        com.google.protobuf.ByteString getExternalInputPayloadStoragePathBytes()
        string external_input_payload_storage_path = 7;
        返回:
        The bytes for externalInputPayloadStoragePath.
      • getPriority

        int getPriority()
        int32 priority = 8;
        返回:
        The priority.
      • getCreatedBy

        String getCreatedBy()
        string created_by = 9;
        返回:
        The createdBy.
      • getCreatedByBytes

        com.google.protobuf.ByteString getCreatedByBytes()
        string created_by = 9;
        返回:
        The bytes for createdBy.
      • getIdempotencyKey

        String getIdempotencyKey()
        幂等性类型
         
        string idempotencyKey = 10;
        返回:
        The idempotencyKey.
      • getIdempotencyKeyBytes

        com.google.protobuf.ByteString getIdempotencyKeyBytes()
        幂等性类型
         
        string idempotencyKey = 10;
        返回:
        The bytes for idempotencyKey.
      • getIdempotencyStrategyValue

        int getIdempotencyStrategyValue()
        .taskflow.proto.StartWorkflowRequest.IdempotencyStrategy idempotencyStrategy = 11;
        返回:
        The enum numeric value on the wire for idempotencyStrategy.
      • getRequestId

        String getRequestId()
        string requestId = 12;
        返回:
        The requestId.
      • getRequestIdBytes

        com.google.protobuf.ByteString getRequestIdBytes()
        string requestId = 12;
        返回:
        The bytes for requestId.