-
Bug
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
-
False
-
-
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.