+1
Answered

Execution depends on run time input data.

Murali Naidu 11 ár síðan í Studio updated by anonymous 11 ár síðan 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
Answer
anonymous 11 ár síðan
At this point in time we do not support human interaction.
Hence why you need to enter all data up front.

0
Answered

SQL Bulk Insert tool

Óþekktur 11 ár síðan í Studio / Toolbox updated by anonymous 11 ár síðan 0
Hi
What type of data files does the SQL Bulk Insert tool support?
Can is read Excel?
Answer
anonymous 11 ár síðan
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
Answered

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

Óþekktur 11 ár síðan í Studio / Toolbox updated by Gandalf 11 ár síðan 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.


Answer
Gandalf 11 ár síðan
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
Answered

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

Murali Naidu 11 ár síðan í Studio / Toolbox updated by Gandalf 11 ár síðan 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.

Answer
Gandalf 11 ár síðan
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
Lokið

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

Murali Naidu 11 ár síðan í Studio updated by Gandalf 11 ár síðan 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
Answer
Gandalf 11 ár síðan
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
Fixed

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

Murali Naidu 11 ár síðan í Studio updated by Gandalf 10 ár síðan 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)
Answer
Gandalf 10 ár síðan
Thanks Murali.

How do you find all this stuff!

We will look into it down the line.
0
Fixed

Web service request methods and source are forgotten on edit

anonymous 11 ár síðan í Studio / Services updated by Gandalf 11 ár síðan 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.
Answer
Gandalf 11 ár síðan
This bug has been busted. Please download the latest version for the fix.
0
Declined

Hash-based Message Authentication Code Tool

anonymous 11 ár síðan í Studio / Toolbox updated by anonymous 11 ár síðan 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
Answer
anonymous 11 ár síðan
Unfortunately this tool is too specific for us to undertake at this time.
0
Fixed

Creating Web Source Causes Explorer To Disconnect

anonymous 11 ár síðan í Studio updated by Gandalf 11 ár síðan 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.
Answer
Gandalf 11 ár síðan
Fixed- thanks. Please try the latest version.
0
Fixed

Dependency On VC++ 2008

anonymous 11 ár síðan í Studio updated by anonymous 11 ár síðan 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.
Answer
anonymous 11 ár síðan
Thanks. We will amend the next installer to account for this.