Or leave us a private message
"Expand All" button on the work space is not functioning properly when I have two or more tabs
2.Open a service from explorer and click on expand all (It wil expand)
3.Open another workflow without closing first workflow
4.From tabs go back to previous workflow
5.Click on "Expand all" (It will not work)
How do you find all this stuff!
We will look into it down the line.
How do I set the post request body of a web service on the design surface
I then created a web service as seen in the image below
I then saved it and placed it on the design surface passing :
{"docs": [ {"_id": "my_doc", "number": 23}, {"_id": "_design/app", "updates": { "accumulate": "function (doc, req) { var inc_amount = parseInt(req.query.amount); doc.number = doc.number + inc_amount; return [doc, \"I incremented \" + doc._id + \" by \" + inc_amount]; }" } } ]}
into the postBody variable and executed it. I got an error message as seen in the image below.
How can I pass JSON data into the request and have it execute?
Web service request methods and source are forgotten on edit
I then tried to create a web service with this source using the PUT method.
I saved the web service and every time I edit it the Method reverts to GET and I need to re-select the source.
Hash-based Message Authentication Code Tool
I would like this because certain RESTful web services I need to consume in Warewolf require their payload to be signed this way and currently is not possible without writing a custom plugin. Which I then need to manage on the file system of my server... Not keen to go this route.
Creating Web Source Causes Explorer To Disconnect
Dependency On VC++ 2008
Web Service Large Payload Size
I set-up and configured a source and I was able to view the results in the browser.
Yet when I tried to create a web service with the source to define the input and output mapping the request took more then two minutes to execute. I cancelled it after this point.
I then tried using the copy and paste result feature to configure the service using the browser output from hitting the service. It pasted fine, yet once again after a few minutes of waiting I cancelled the service creation. It had not finished!
It would be great if large JSON payloads would parse quickly.
We are busy putting a fix so you can use JSONPath ( like XPath for JSON ) to pre-process your data payload. This means the path generation will require fewer operations on a data set like your.
Compliments on Warewolf-0.3.11.0
Refactor option
Hey guys, would it be possible to add a Refactor option, so that should a Proc change and be deployed to live server, that we could easily update the various usages of that proc on all the workflows in which it is used? I realise that some workflows may need to be changed when a proc changes, but it could be that the revised proc just returns an additional field which is only used by one workflow, which means that it wouldn't effect the rest of the workflows, as this additional field would be ignored within all the other workflows using the proc?
As it stands, changing the underlying proc will only affect services that change accordingly. If you add a field to the proc, you only need to change the instance that needs that change, the others will simply ignore it by default. However, they will all show in a warning state so that you know which ones are not completely up to date. If this is not what you mean, please let us know.
Dragable Decision Flow windows
Hi Guys, would it be possible to add in dragable modal windows, e.g. the Decision Flow Window, as it currently sits above my workflow, which means I can't see the logic that the decision flow would effect. Thanks guys.
We do need to keep it modal, but being able to move it makes a lot of sense. Thanks.
Service d'assistance aux clients par UserEcho