0
Under review

HTTPS connection from localhost to a remote server

keith_k 9 років тому в Server оновлено Gandalf 9 років тому 3

How do you add an SSL certificate or what is needed to make an HTTPS connection to a web server?


When I click New Remote Server, I am able to successfully connect to my remote server with http://ipaddress:3142 as the address and Microsoft User/Password authentication. However, I receive the following error when trying to connect with https://ipaddress:3143


Connection Error : An error occurred while sending the request.


Notes:

My remote server is a VM through Microsoft Azure. The VM was created with the Warewolf ESB, so the HTTP: TCP/3142 and HTTPS: TCP/3143 inbound security rules are all in place. Also, I can successfully connect to my localhost machine from the remote server with both HTTP/HTTPS.


deploy server
0
Fixed

Image File Missing on Site Page

keith_k 9 років тому оновлено Grommit 9 років тому 1

The image/icon graphic for the Length tool is missing and an image placeholder is displaying for it on this page, http://warewolf.io/knowledge-base/tool-connectors/

0
Under review

Licensing and support

Анонім 9 років тому оновлено Gandalf 9 років тому 2

I wanted to clarify the license and support pricing... do I understand it correctly that we can use Warewolf to create commercial service offerings without cost other than the optional support packages? We have been using K2 for years but it is simply out of the budget for smaller companies that stand to gain tremendous value from workflow based solutions. With Warewolf we see that there may be a way for us to service smaller companies if there were no licensing fees for the workflow engine. We would also like the freedom to create SaaS based solutions where we host the workflow engine in the cloud, on-prem or even with a hybrid approach. Please confirm that there are no licensing costs for using Warewolf - only the optional support fees on a monthly basis.

Thanks for your help with this. I would like to start testing Warewolf to see how feasible it would be for us to start using but different folks in the office were reading the licensing/pricing terms differently and I wanted to reach out and get an answer from you directly.

Thanks so much for creating such a remarkable product and choosing to share it with the community.

Best,
Ed

0
Є відповідь

My task is not running

Анонім 9 років тому в Studio оновлено Gandalf 9 років тому 4

My task is not running

Rodolpho

0
Fixed

File already exists

Анонім 9 років тому в Server / Execution оновлено Gandalf 9 років тому 1

When trying to write a file, I keep getting the error: File already exists.

This was working before as the tool is set to overwrite and nothing has changed, it just stopped working.

version 0.6.0.301

windows 10

service execution tool
Відповідь
Gandalf 9 років тому

1. Open c:\windows\temp

2. Delete *.tmp files


Windows workflow foundation creates these files at run time when certain tools are executed.

0
Under review

New to Warewolf ESB

Gerhard 9 років тому оновлено anonymous 9 років тому 1

Hi I'm very new to this area and would like to learn how warewolf ESB and GitHub works.

I would like to build custom tool connectors.


What area of the code base do you suggest I start from/learn to do this in the most efficient way?

Відповідь
anonymous 9 років тому

Hi Gerhard,


You can start in the knowledge base and more specifically the activity article.


Once you comfortable there, my suggestion would be to take the DropBox tool and split it into a DropBox read and DropBox write tool, to help you get a feel for how things work.


Thanks

0
Є відповідь

SignalR Connector

Анонім 9 років тому в Studio / Variables оновлено Gandalf 9 років тому 6

Hi!

I have a SignalR hub with some data that I want to set into warewolf variables and then use this variable value either to store or call other services/web api as a trigger.
Do I need to create a connector to accomplish this behavior?

In order to monitor this variable value, do I need to put this variable within a loop?


Thanks.

tool variables
Відповідь
Gandalf 9 років тому

Hi victor

Make the call to the URL of the service (Look above the workflow for this). Something like this:



In this example I have a folder called Examples with a workflow called Handler in it which is the workflow you can see on the design surface. In the Variables list on the right, I have set the two variables I want to use as Input so they can be accepted by the workflow. After that, I just use them, as in the decision.

Hope that helps.

0
Fixed

Download, Subscribe Dialogue Box on Website Hung on Chrome Browser

Анонім 9 років тому оновлено Grommit 9 років тому 3

Image 243

Maybe it's just me, my Chrome, and my extensions, but when I try to download Warewolf ESB it pops open this dialogue box that I can't get past.

web
Відповідь
Grommit 9 років тому

Hi Dale
I have tested this in Chrome (version 47.0.2526.106) and it's working - what version are you on?

Please try the latest version and clearing your cache.
I will send you a download link to the email address you have in the screenshot.

Please let me know if you have any further troubles.

+1
Under review

Run .exe with CMD line

Анонім 9 років тому в Studio / Toolbox оновлено anonymous 9 років тому 3

Hello!! I'm trying to run a .exe file, but i can't see the screen! I know that the file is open, the work flow is fine, but i can't see the screen!! where is it??


Image 242



Thank you very much for you time!


tool
Відповідь
anonymous 9 років тому

Hi,


So a solution for you given your process will be for you to start the other windows form application after the workflow completes.


So in your process would become:

1. A Windows form in c#, have a textbox to validate a email.

2. The submit button executes the workflow

3. The workflow do all the process and create a file with the result.

4. C# application from step 1 will start the next C# application after the workflow completes


Does this solution work for you? We will discuss your idea for the CMD line tools and possibly add it as an option.


Thanks

+1
Є відповідь

Xpath expression support for xml with namespace prefix

Анонім 9 років тому в Studio / Toolbox оновлено Samurai Jack 9 років тому 11

Hi Team,

We are evaluating the different open source ESBs, as we started with Warewolf.
Please let us know, if you have namespace support on xpath utility you have in control/tool box.
We have xml content that uses, namespace as prefix with xml node/element name.
Please help us to construct Xpath expression for the same.
thanks.
regards

Bala

designer