Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-13312

ProcessDefinitionQuery should not break the builder contract

    • Icon: Bug Report Bug Report
    • Resolution: Unresolved
    • Icon: L3 - Default L3 - Default
    • None
    • 7.14.0
    • None

      The `ProcessDefinitionQuery` is a fluent builder, but the `processDefinitionKeysIn` method is returning the wrong type:

       

       

      /**
       * Only select process definition with the given key.
       */
       ProcessDefinitionQuery processDefinitionKey(String processDefinitionKey);
      /**
       * Only select process definitions with the given keys
       */
       ProcessDefinitionQueryImpl processDefinitionKeysIn(String... processDefinitionKeys);
       
      

       

        This is the controller panel for Smart Panels app

            [CAM-13312] ProcessDefinitionQuery should not break the builder contract

            This ticket was migrated to github: https://github.com/camunda/camunda-bpm-platform/issues/2646. Please use this link for any future references and continue any discussion there.

            Thorben Lindhauer added a comment - This ticket was migrated to github: https://github.com/camunda/camunda-bpm-platform/issues/2646 . Please use this link for any future references and continue any discussion there.

              Unassigned Unassigned
              scott.ghidiu Scott Ghidiu
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: