REST workitems in jBPM 6 lose query parameters sometimes when loaded in Workbench -
i find if put rest workitem process, , set url thus
method=get url=http://localhost/mytesturl/#{globalvariablesegment}/something?query1=#{variable}
that whilst line saved bpmn file works perfectly, variables being translated appropriate values, however, frequently, when load or save bpmn file (and can't work out it) url overwritten as:
url=http://localhost/mytesturl/#{globalvariablesegment}/something?query1
there '=' upsetting assignments editor in workbench, , causing terminate string there.
can spread light on this, or suggest workarounds? i've tried can think of, including setting global variables , trying "map" them. other assignment (ie. equals) seems cause restworkitem complain url required parameter.
thanks!
no 1 seems have answer this, right - searching, current workaround pre-urlencode query parameters section of string. seems work, , workbench hasn't lost or screwed of parameter strings since doing so.
Comments
Post a Comment