Uploaded image for project: 'FlightPath'
  1. FlightPath
  2. FLPATH-340

propertyPath not being returned in update workflowDefinition response

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Undefined Undefined
    • v1.0.12
    • None
    • parodos-backend
    • None
    • False
    • Hide

      None

      Show
      None
    • False

      the propertyPath is not coming back in the response to

      /workflowdefinitions/{workflowDefinitionName}/parameters/update/{valueProviderName}
      

      Currently, a response like this is being returned:

      [ {
        "key" : "WORKFLOW_MULTI_SELECT_SAMPLE",
        "options" : [ "option5", "option4", "option3" ],
        "value" : "option5"
      }, {
        "key" : "description",
        "value" : "dynamic-description"
      } ]
      

      There is a

      WORKFLOW_MULTI_SELECT_SAMPLE

      field but it is deeply nested in the works.

      The second element of the above array also refers to a field that does not exist in the workflow definition.

            ricwang@redhat.com Guangyu Wang (Inactive)
            paul.cowan@cutting.scot Paul Cowan (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: