+1
Wird überprüft

Run .exe with CMD line

Anonym vor 9 Jahren in Studio / Toolbox aktualisiert von anonymous vor 9 Jahren 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
Antwort
anonymous vor 9 Jahren

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
Beantwortet

Xpath expression support for xml with namespace prefix

Anonym vor 9 Jahren in Studio / Toolbox aktualisiert von Samurai Jack vor 9 Jahren 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
Beantwortet

VB DLLs and Objects

Justin Blaauw vor 10 Jahren in Studio / Sources aktualisiert von Gandalf vor 9 Jahren 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
Beantwortet

Connecting Studio to Server

Anonym vor 10 Jahren in Studio aktualisiert von anonymous vor 10 Jahren 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
Fertiggestellt

Client Connector

Anonym vor 10 Jahren in Studio / Toolbox aktualisiert von Gandalf vor 9 Jahren 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

Anonym vor 10 Jahren in Studio / Variables aktualisiert von Gandalf vor 9 Jahren 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
Fertiggestellt

wcf support

Anonym vor 10 Jahren in Studio / Services aktualisiert von Gandalf vor 9 Jahren 4
It would be great to get native support of wcf services that haven't got WebGet mapping
service
0
Beantwortet

Getting HTTP Header Value from Request

Anonym vor 10 Jahren in Studio / Services aktualisiert von Gandalf vor 10 Jahren 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

Anonym vor 10 Jahren in Studio / Designer aktualisiert von anonymous vor 10 Jahren 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
Beantwortet

Warewolf support of DB servers

Anonym vor 11 Jahren in Studio / Sources aktualisiert von Gandalf vor 10 Jahren 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 :)
Antwort
Gandalf vor 11 Jahren
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.