Uploaded image for project: 'jBPM'
  1. jBPM
  2. JBPM-7793

Stunner - ParameterValues block ignored in new BPM-modeler

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Unresolved
    • Critical
    • None
    • 7.11.0.Final
    • Designer
    • NEW
    • NEW

    Description

      WorkItemDefinitions:

      ...
        [
          "name" : "Rest",
          "parameterValues" : [
              "ConnectTimeout" : "60000",
              "ReadTimeout" : "60000",
              "Method" : "POST,GET",
          ],
          "parameters" : [
              "ContentData" : new StringDataType(),
              "ContentType" : new StringDataType(),
              "Url" : new StringDataType(),
              "Method" : new StringDataType(),
              "ConnectTimeout" : new IntegerDataType(),
              "ReadTimeout" : new IntegerDataType(),
          ],
          "results" : [
              "Result" : new ObjectDataType(),
          ],
          "displayName" : "REST",
          "icon" : "defaultservicenodeicon.png"
        ],
      ...
      

      New modeler:

      Old modeler:

      Attachments

        Issue Links

          Activity

            People

              romartin@redhat.com Roger Martinez
              altro1 Alexey Trofimov (Inactive)
              Votes:
              2 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated: