Or leave us a private message
Ingen lignende emner blev fundet.
Svar
anonymous
11 år siden
You can also call a workflow workflow from SQL.
See the Samples folder in the Warewolf install directory for an example of this.
See the Samples folder in the Warewolf install directory for an example of this.
0
Besvaret
Warewolf vs Windows Workflow Foundation
I've had a look at Warewolf and it seems very similar to Windows Workflow Foundation.
What is the deifference?
What is the deifference?
Svar
anonymous
11 år siden
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 :
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
Besvaret
Architecture design docs
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?
Svar
Gandalf
9 år siden
We have an architecture document on our website that can be found here http://warewolf.io/architecture-documentation.php
+1
Færdig
Please help me over errors while installing Warewolf Software
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
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
Svar
Gandalf
11 år siden
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.
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.
- http://www.mathworks.com/matlabcentral/answers/92050-why-do-i-get-a-visual-c-redistributable-error-1935-when-installing-on-64-bit-windows-vista-7-or
- http://social.technet.microsoft.com/Forums/en-US/80c0eba9-ea1a-455d-baf1-0bb2c7c4b408/error-1935-microsoft-visual-c-2008-redistributable-install?forum=w7itproinstall
- http://social.msdn.microsoft.com/Forums/vstudio/en-US/253c69ab-9fc4-4ee1-80cd-ab4f6cd3ff95/problem-installing-visual-c-2008-redistributable-package-error-1935-hresult-0x80073712?forum=vssetup
0
Færdig
Studio needs to restart, if debugging with special character in Result field
- Create a workflow with "Data merge"
- Assign [[a]] = warewolf
- and [[b]] = rocks the world
- Data Merge Input [[a]] and merge type "none"
- Input [[b]] and merge type "none"
- Result as "[[#$%#]]" (Special characters)
System is unable to execute the flow and then I have to close and reopen the workflow to continue
Svar
Gandalf
11 år siden
Hi Murali
Thanks for such a well documented bug! We really appreciate it.
This has been fixed now.
Thanks again.
Thanks for such a well documented bug! We really appreciate it.
This has been fixed now.
Thanks again.
0
Færdig
How do I set the post request body of a web service on the design surface
I created a source against my local couchdb install (http://localhost:5984)
I then created a web service as seen in the image below
I then saved it and placed it on the design surface passing :
{"docs": [ {"_id": "my_doc", "number": 23}, {"_id": "_design/app", "updates": { "accumulate": "function (doc, req) { var inc_amount = parseInt(req.query.amount); doc.number = doc.number + inc_amount; return [doc, \"I incremented \" + doc._id + \" by \" + inc_amount]; }" } } ]}
into the postBody variable and executed it. I got an error message as seen in the image below.
How can I pass JSON data into the request and have it execute?
I then created a web service as seen in the image below
I then saved it and placed it on the design surface passing :
{"docs": [ {"_id": "my_doc", "number": 23}, {"_id": "_design/app", "updates": { "accumulate": "function (doc, req) { var inc_amount = parseInt(req.query.amount); doc.number = doc.number + inc_amount; return [doc, \"I incremented \" + doc._id + \" by \" + inc_amount]; }" } } ]}
into the postBody variable and executed it. I got an error message as seen in the image below.
How can I pass JSON data into the request and have it execute?
+4
Tak
Compliments on Warewolf-0.3.11.0
Hey Guys, I have been doing some testing today and I just wanted to let you guys know that the latest build is a lot more stable then the previous builds, even on my Windows 8 machine. Well done on the good work, definitely a lot easier to use now!
Kundesupport af UserEcho