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

ProcessDefinitionQuery should not break the builder contract

    XMLWordPrintable

Details

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

    Description

      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);
       
      

       

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

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

              Dates

                Created:
                Updated:

                Salesforce