0
Fast

"Expand All" button on the work space is not functioning properly when I have two or more tabs

Murali Naidu 10 år siden i Studio opdateret af Gandalf 9 år siden 2
1.Open new workflow
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)
Svar
Gandalf 9 år siden
Thanks Murali.

How do you find all this stuff!

We will look into it down the line.
0
Færdig

How do I set the post request body of a web service on the design surface

anonymous 10 år siden opdateret af Gandalf 8 år siden 5
I created a source against my local couchdb install (http://localhost:5984)
I then created a web service as seen in the image below
Image 28

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.
Image 29

How can I pass JSON data into the request and have it execute?
Svar
Gandalf 8 år siden
We are looking into it
0
Fast

Web service request methods and source are forgotten on edit

anonymous 10 år siden i Studio / Services opdateret af Gandalf 10 år siden 0
I created a web source to my local couchdb install ( http://localhost:5984 ). This went fine.
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.
Svar
Gandalf 10 år siden
This bug has been busted. Please download the latest version for the fix.
0
Afvist

Hash-based Message Authentication Code Tool

anonymous 10 år siden i Studio / Toolbox opdateret af anonymous 10 år siden 0
It would be awesome if there was a tool to encrypt and decrypt data with HMAC like what is done in C# here http://msdn.microsoft.com/en-us/library/system.security.cryptography.hmacsha512(v=vs.110).aspx

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.
tool
Svar
anonymous 10 år siden
Unfortunately this tool is too specific for us to undertake at this time.
0
Fast

Creating Web Source Causes Explorer To Disconnect

anonymous 10 år siden i Studio opdateret af Gandalf 10 år siden 1
I tried creating a second web service against http://pubapi.cryptsy.com/api.php?method=singlemarketdata&marketid=135 A less verbose version of the service I posted about earlier. This time the explorer will disconnect twice. With the second time indicating that the server has crashed. I needed to manually restart the server service.
Svar
Gandalf 10 år siden
Fixed- thanks. Please try the latest version.
0
Fast

Dependency On VC++ 2008

anonymous 10 år siden i Studio opdateret af anonymous 10 år siden 0
I tried installing Warewolf on a new VPS running Win Server 2k8r2. It failed to start. I had a look at the event viewer and found that there is a VC++ 2008 x86 requirment your installer does not detect. It picked up the .NET 4.5 requirement fine.
Svar
anonymous 10 år siden
Thanks. We will amend the next installer to account for this.
0
Fast

Web Service Large Payload Size

anonymous 10 år siden i Studio / Services opdateret af anonymous 10 år siden 0
I tried creating a web service to pull JSON data from http://pubapi.cryptsy.com/api.php?method=marketdat...

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.
Svar
anonymous 10 år siden
It appears to be an issue with path extraction from the payload. The service executed fine. Yet when we tried to extract paths from the JSON data to map into Warewolf the server took very long to process. 

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.
+4
Tak

Compliments on Warewolf-0.3.11.0

GianPiero 10 år siden opdateret af Gandalf 10 år siden 0
Hey Guys, I have been doing some testing today and I just wanted to let you guys know that the latest build is a lot more stable then the previous builds, even on my Windows 8 machine. Well done on the good work, definitely a lot easier to use now!
Svar
Gandalf 10 år siden
Thank you GianPiero.

We hope you are enjoying the latest release.

Your feedback keeps us going!
0
Afvist

Refactor option

GianPiero 11 år siden i Studio / Designer opdateret af Gandalf 11 år siden 0

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?

Svar
Gandalf 11 år siden

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.

+1
Færdig

Dragable Decision Flow windows

GianPiero 11 år siden i Studio / Explorer opdateret af Gandalf 9 år siden 2

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.

Svar
Gandalf 9 år siden

We do need to keep it modal, but being able to move it makes a lot of sense. Thanks.



Kundesupport af UserEcho