Uploaded image for project: 'JBRULES'
  1. JBRULES
  2. JBRULES-2934

CommandFactory newStartProcess doesn't set parameters

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

    XMLWordPrintable

Details

    Description

      Should be able to set parameter values when starting a process. Current code:

      public static Command newStartProcess(String processId,
      Map<String, Object> parameters)

      { return getCommandFactoryProvider().newStartProcess( processId ); }

      proposed code:

      public static Command newStartProcess(String processId,
      Map<String, Object> parameters)

      { StartProcessCommand cmd = new StartProcessCommand(processId); cmd.setParameters(parameters); return cmd; }

      Also, I think this issue would go under the droolsjbpm-knowledge component if the JIRA component list were updated.

      Attachments

        Activity

          People

            salaboy@gmail.com Mauricio Salatino (Inactive)
            dan.seaver Dan Seaver (Inactive)
            Archiver:
            rhn-support-ceverson Clark Everson

            Dates

              Created:
              Updated:
              Resolved:
              Archived:

              PagerDuty