+1
Under review

Run .exe with CMD line

Anònim fa 9 anys en Studio / Toolbox updated by anonymous fa 9 anys 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
Answer
anonymous fa 9 anys

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
Respost

Xpath expression support for xml with namespace prefix

Anònim fa 9 anys en Studio / Toolbox updated by Samurai Jack fa 9 anys 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
0
Respost

VB DLLs and Objects

Justin Blaauw fa 10 anys en Studio / Sources updated by Gandalf fa 9 anys 2
I am fairly new to the Microsoft experience, but was wondering if the DLLs have to be C# or can they be VB to use in Warewolf? Can I create objects in the DLL and access them from Warewolf ?
source
+1
Respost

Connecting Studio to Server

Anònim fa 10 anys en Studio updated by anonymous fa 10 anys 9
Hi,

I have downloaded the source code and currently have the server and studio running in visual studio. The problem I am having is that the studio can't find the server and throws an error. Do you have any advise to over come this issue.

Regards
Wayde

studio server
0
Completat

Client Connector

Anònim fa 10 anys en Studio / Toolbox updated by Gandalf fa 9 anys 4
I read that you use SignalR for communication between the server and studio. Are there any plans on using SignalR to create a Client Connector+Source Tool so that we can push content to or message connected client apps?

>Garrett
tool studio
+2
Not a bug

Recursive Evaluation

Anònim fa 10 anys en Studio / Variables updated by Gandalf fa 9 anys 5
After reading about how the Datalist caters to recursive evaluation I thought this was interesting and wanted to try it out.
From the technical documentation page:
"i.e. [[hello[[world]]]] would be recursively evaluated as [[hellobob]] where [[world]] had the value of “bob” and then [[hellobob]] as “my name is bob” where [[hellobob]] had the value “my name is bob” stored in it.

I decided to test this out myself. I created a variable [[hellobob]] and assigned the string "my name is bob" Then I created a variable [[world]] and assigned "bob". Finally I created a variable [[result]] and assigned [[hello[[world]]]]. To my disappointment I received a parse error.

I went back and added the variable [[hello]] and assigned "hello"
And then changed my assignment of [[result]] to [[[[hello]][[world]]]]
This produced the expected result. In the debug window it read my assignment as Variable [[result]] = New Value [[hellobob]] with the string "my name is bob" as its value.

I don't know if this is technically a bug since it did behave in a recursive manner when I tried the second time, but perhaps the documentation is wrong. When I set [[result]] to [[hello [[world]]]] It returned [[hello bob]] an unassigned variable. But with no space there, [[hello[[world]]]] results in a parse error.
0
Completat

wcf support

Anònim fa 10 anys en Studio / Services updated by Gandalf fa 9 anys 4
It would be great to get native support of wcf services that haven't got WebGet mapping
service
0
Respost

Getting HTTP Header Value from Request

Anònim fa 10 anys en Studio / Services updated by Gandalf fa 10 anys 2
I am considering moving from a service-to-service architecture to Warewolf ESB middleware and are researching some of the requirements I need. One of those are the possibility to get a header value from the HTTP POST request to the Warewolf Web Service and put it in a variable so I can make orchestration decisions based on it. One example would be to make a decision whether an POST-request with a CSV-file should be a merge bulk import or an overwrite bulk import, with different rules applying to each decision.

How would I do something like that in Warewolf?   
service web server workflow variables
+1
Fixed

error workflow

Anònim fa 10 anys en Studio / Designer updated by anonymous fa 10 anys 2
Error wokflow : 

Why when I click an the "New service" Button shows me an error ?
Why when I try to open the workflow  "Hello world" whows me an error?

System.Windows.Markup.XamlParseException: Se produjo una excepción al establecer connectionId. ---> System.InvalidCastException: No se puede convertir un objeto de tipo 'System.Windows.Input.CommandBinding' al tipo 'System.Activities.Presentation.View.DesignerView'.

Image 124

Image 123Image 122
designer studio workflow
0
Respost

Warewolf support of DB servers

Anònim fa 11 anys en Studio / Sources updated by Gandalf fa 10 anys 4
Hey guys,
I just have a random question. Does Warewolf cater for non-SQL Server DB servers like MySQL and Oracle?
If it doesn’t can you please just explain why?

Thanks :)
Answer
Gandalf fa 11 anys
Hi Anonymous

Warewolf is designed to cater for any database. We haven't had the request from any clients (or any additions from the community on GITHUB) for anything other than MSSQL yet. The plan is to implement Oracle, MySQL etc. as soon as there is a demand.

Let us know if you need something prioritized.