Or leave us a private message
Keine ähnlichen Beiträge gefunden.

+1
Beantwortet
Execution depends on run time input data.
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.????

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.????


Antwort
anonymous
vor 11 Jahren
At this point in time we do not support human interaction.
Hence why you need to enter all data up front.
Hence why you need to enter all data up front.

0
Beantwortet
SQL Bulk Insert tool
Hi
What type of data files does the SQL Bulk Insert tool support?
Can is read Excel?
What type of data files does the SQL Bulk Insert tool support?
Can is read Excel?

Antwort
anonymous
vor 11 Jahren
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.
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
Beantwortet
Using a find Index tool how can I find a character Index in different record set inputs
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.
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.

Antwort
Gandalf
vor 11 Jahren
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]].
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
Beantwortet
When "Delete Record" set doesn't have index what it is going to delete while debugging ??
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.
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.

Antwort
Gandalf
vor 11 Jahren
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.
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
Fertiggestellt
Email tool is always sending an email from "first email address" only, after change and test with "Second email address" while editing.
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
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

Antwort
Gandalf
vor 11 Jahren
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
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)
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)

Antwort
Gandalf
vor 10 Jahren
Thanks Murali.
How do you find all this stuff!
We will look into it down the line.
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
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.
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.

Antwort
Gandalf
vor 11 Jahren
This bug has been busted. Please download the latest version for the fix.

0
Abgelehnt
Hash-based Message Authentication Code Tool
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.
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.

Antwort
anonymous
vor 11 Jahren
Unfortunately this tool is too specific for us to undertake at this time.

0
Fixed
Creating Web Source Causes Explorer To Disconnect
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.

0
Fixed
Dependency On VC++ 2008
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.
Customer support service by UserEcho