0
Terminé

Decisions should have a heading. Just showing the first condition is less than ideal.

Paul Cannell il y a 11 ans dans Studio / Designer mis à jour par Gandalf il y a 11 ans 0
If I have  vars, A and B (type bool) I have something like 
if A==1
AND IF B==0
the decision reads "If A==1" in the designer canvas which is acttual misleading
Solution
Gandalf il y a 11 ans
Thanks Paul. The WWF designer limits the space that can be used there. We felt it was better to put in what you can rather than nothing at all as a default.

We also added the ability for you to put the text there that you want (check the bottom of the decision) so you can overide the default.
0
Résolu

Can you version workflows?

Anonyme il y a 11 ans dans Studio mis à jour par Gandalf il y a 11 ans 0
Solution
Gandalf il y a 11 ans
Currently (Beta) Workflows are version-ed automaticaly and stored for later use. The retrieval process is manual but we are working on an interface to make it simple.
+1
Résolu

Execution depends on run time input data.

Murali Naidu il y a 11 ans dans Studio mis à jour par anonymous il y a 11 ans 1
Hi There

I was tried to develop a small workflow which should execute depends on run time input values.
When I execute it should ask

Inputs Name - 
          Age  - 
if age  > 30
{
I want output as "Not Qualified"
}
Else
{
Full Name-
Contact details-
Amount - 
Plan-
}.

But when I click on execute 'Warewolf' is asking all the details at a time.

Please advise is this possible by using warewolf.????



Image 31
Solution
anonymous il y a 11 ans
At this point in time we do not support human interaction.
Hence why you need to enter all data up front.

0
Résolu

SQL Bulk Insert tool

Anonyme il y a 11 ans dans Studio / Toolbox mis à jour par anonymous il y a 11 ans 0
Hi
What type of data files does the SQL Bulk Insert tool support?
Can is read Excel?
Solution
anonymous il y a 11 ans
The bulk insert tool works with our internal data language. You need to use recordsets to maximize its effectiveness.

You can find more information on our language by clicking the [[?]] icon at the top of the studio.

You can also find an example of its usage by opening the Recordset - SQL Bulk Insert workflow in the EXAMPLES folder in the studio explorer.
+1
Résolu

Using a find Index tool how can I find a character Index in different record set inputs

Anonyme il y a 11 ans dans Studio / Toolbox mis à jour par Gandalf il y a 11 ans 1
When I try find index of character 2 in all record set using find Index tool
In fields as [[rec(*).a]],
Index “All Occurrence”
Character 2
And I want to put my output values in [[rec(*).b]] 
Output is coming as [[rec(1).b]]=2, [[rec(2).b]]=4, [[rec(3).b]]=6, [[rec(4).b]]=8, [[rec(5).b]]=2, [[rec(6).b]]=4, [[rec(7).b]]=2,[[rec(8).b]]=4,[[rec(9).b]]=6,[[rec(10).b]]=8.
Now output is coming in record set but how would I know 2 is at index 2,4,6,8 in [[rec(1).a]] = h2f2f2f2 .
And 2 is at index 2 and 4 in [[rec(2).a]]=h2f2.
And 2 is at index 2,4,6,and 8 in [[rec(3).a]] = h2f2f2f2.


Solution
Gandalf il y a 11 ans
Great example and good question.

The For Each tool is designed for this. Try dropping the Find Index tool into the for each and put the result into [[rec(*).b]].
+1
Résolu

When "Delete Record" set doesn't have index what it is going to delete while debugging ??

Murali Naidu il y a 11 ans dans Studio / Toolbox mis à jour par Gandalf il y a 11 ans 0
Delete Record input doesn't have index.
but when I debug It is showing the message as success so here actually what is deleting by the Delete Record ??
At least when I debug it should show some message as record set doesn't exist.

Solution
Gandalf il y a 11 ans
Hi Murali

If the recordset is being used as an Input and does not have an index specified [[rec().set]], then it will use the last record.

If the recordset is being used as an Output and does not have an index specified [[rec().set]], then it will add a new record.

So in your example above, the last record in the recordset was deleted. The debug output should show you the record number.

There is a Warewolf Language Help button at the top of the studio:

It has more detail on how the language works.
0
Terminé

Email tool is always sending an email from "first email address" only, after change and test with "Second email address" while editing.

Murali Naidu il y a 11 ans dans Studio mis à jour par Gandalf il y a 11 ans 0
1.Create a Workflow
2.Bring email tool into workflow from Tool Box
3.Change the username (Email address one)
4.Enter Email password
5.Click on test connection (Connection is successfull)
6.save Email source
6.Run the workflow
Result - Observe Email is sending from (Email address one) which is correct
And next
1.Click on edit email source
2.Change the username (Email address two)
3.Enter the password
5.Click on test connection (Connection successfull)
6.Save the Email source
7.Run the work flow
Result - Observe Email is still sending from (Email address one) which is incorrect
Solution
Gandalf il y a 11 ans
Thanks, this should be fixed, plus we did the large view for the tool with a whole lot more functionality. Check out the latest version.
0
Corrigé

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

Murali Naidu il y a 11 ans dans Studio mis à jour par Gandalf il y a 10 ans 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)
Solution
Gandalf il y a 10 ans
Thanks Murali.

How do you find all this stuff!

We will look into it down the line.
0
Corrigé

Web service request methods and source are forgotten on edit

anonymous il y a 11 ans dans Studio / Services mis à jour par Gandalf il y a 11 ans 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.
Solution
Gandalf il y a 11 ans
This bug has been busted. Please download the latest version for the fix.
0
Écarté

Hash-based Message Authentication Code Tool

anonymous il y a 11 ans dans Studio / Toolbox mis à jour par anonymous il y a 11 ans 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
Solution
anonymous il y a 11 ans
Unfortunately this tool is too specific for us to undertake at this time.