+2
Аяқталған

Future features - UI? Form builder?

Жасырын 11 year бұрын updated by Gandalf 11 year бұрын 0
Hi
What new features have you got in the pipeline?
My company is looking for something like Warewolf but with a client facing UI, something like K2 Smart Forms. 
Have you got any plans for this?
Thanks,
Answer
Gandalf 11 year бұрын
Absolutely. This is the logical next step for the system and plans are underway for a pre v1 release of this functionality. If you have any requirements, please leave them as comments here or as suggestions.
0
Answered

Pricing

Жасырын 11 year бұрын updated by Gandalf 11 year бұрын 0
We're want to use Warewolf in an upcoming project but are concerned about future pricing implications once it's out of beta. I don't want to get dependant and then get hit with big licencing fees.
What are your plans for pricing in the future?
Answer
Gandalf 11 year бұрын
Great question that deserves a simple answer.

We do not know.

We want to keep Warewolf Free. We see it as a tool in the back pocket of every dev team. Because we cannot guarantee what the long term pricing is at this stage, and we understand your concern, we will guarantee that it will never be above $500 per year for installations prior to licencing.
0
Answered

Support

Жасырын 11 year бұрын updated by Gandalf 11 year бұрын 0
Hi Warewolf
Down the line, will you offer other kinds of support for your application, or will it just be this portal?
Thanks
Answer
Gandalf 11 year бұрын
We will offer support. Either through this forum, the community or if necessary contractually. If you would like to discuss further please send us your details and we will get in touch.
0
Answered

Expose as a service

Жасырын 11 year бұрын updated by anonymous 11 year бұрын 1
To use Warewolf, would we need to expose it as a service?
Answer
anonymous 11 year бұрын
You can also call a workflow workflow from SQL.
See the Samples folder in the Warewolf install directory for an example of this.
0
Answered

Warewolf vs Windows Workflow Foundation

Жасырын 11 year бұрын updated by anonymous 11 year бұрын 0
I've had a look at Warewolf and it seems very similar to Windows Workflow Foundation.
What is the deifference?
Answer
anonymous 11 year бұрын
Warewolf is based on Windows Workflow Foundation (WF).
We re-host their designer, hence why it may appear similar.

Here is a quick summary of key differences : 

  • Provides wizard driven integration with Web services, Stored Procedures, and DLLs.
  • A custom language to move data around a workflow instead of the standard In/Out arguments.
  • Improve the way a user interacts with workflow tooling by providing adorers to expand a tool in-line to access enhanced functionality. This results in less clicking around.
  • Greatly expanded toolbox functionality. A lot of what you see we have custom built.
  • Simplified re-use. Via our explorer you can drag one workflow into another instantly accessing its functionality.
  • An easy to use visual debugging output, greatly enhancing the usability and maintainability of the workflows you create.
  • All workflows are exposed as web services for system integration purposes.
  • Integrates with Active Directory for security at a server or resource level.

0
Answered

SQL Bulk Insert tool

Жасырын 11 year бұрын в Studio / Toolbox updated by anonymous 11 year бұрын 0
Hi
What type of data files does the SQL Bulk Insert tool support?
Can is read Excel?
Answer
anonymous 11 year бұрын
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.
0
Answered

How do I turn off security?

Жасырын 11 year бұрын в Server / Execution updated by Gandalf 11 year бұрын 0
Im working at home and my network is secure, I dont want to have to set permissions on everything all the time.
Answer
Gandalf 11 year бұрын
From release 0.4.2.3 onwards we have introduced a Public group.

It is not a windows group, its internal to Warewolf.

1. Open Security Settings
2. Under the Windows Group heading, you will see a Public group.
3. Give this group Administrator rights.
4. Click Save

Any user can now do anything on that Warewolf.
0
Answered

Architecture design docs

Жасырын 11 year бұрын updated by Gandalf 10 year бұрын 5
I downloaded the software, have been looking for architectural design docs or such (e.g. on the wiki's) to no avail. Any suggestions as to where I can find the architecture?
Answer
Gandalf 10 year бұрын
We have an architecture document on our website that can be found here http://warewolf.io/architecture-documentation.php
+1
Answered

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

Жасырын 11 year бұрын в Studio / Toolbox updated by Gandalf 11 year бұрын 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 year бұрын
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
Аяқталған

Please help me over errors while installing Warewolf Software

Жасырын 11 year бұрын updated by anonymous 7 year бұрын 5
Hi There,
              I am unable to install warewolf. System is throwing this error " Error 1935. An error occurred during the installation of assembly.... and Installation Failed: FATAL ERROR during installation:   " while installing
Please assist
Thanks
installer
Answer
Gandalf 11 year бұрын
This is related to our VC++ 2008 SP1 x86 prerequisite.
Generally this should not cause an issue, but in cases where a previous install or system update did not complete VC++ can fail to install with Error 1935. 

Please reboot your machine and try installing VC++ 2008 SP1 x86 directly from this link http://www.microsoft.com/en-za/download/details.aspx?id=5582
Then try installing Warewolf again.

If the VC++ install fails here are a few references you can use to further troubleshoot the issue as it appears to be a general Windows problem.