0
Ukończony

testing workflows

Murali Naidu 5 lat temu zaktualizowano 5 lat temu 2

Hi Guys


I think in the warewolf we do not have a feature to test our own workflows with the expected results/outputs.


So in a bigger picture whenever I update the workflow, I am not being able to identify which ones are affected and not sure weather the results are still valid.


In order to avoid if we have a feature in warewolf to create a test suite where we can add scenarios with the asserts to check my workflows are still producing same results. this helps for testing the workflows and saves lot of time and money instead of using other tools to test. hope this is a valid suggestion


THANKS IN ADVANCE


Regards

Murali



Odpowiedź
anonymous 5 lat temu

Hi Murali,

We actually already have this feature in Warewolf. You can check out this knowledge base article to get familiar with it

https://warewolf.io/knowledge-base/articles/testing-services/

Thanks for the suggestion thought, great to know people are looking for this sort of feature. Please keep the requests coming.

Thanks

0

We are interested in using warewolf esb in our on-going product.

hari 6 lat temu 0

Can you please let us know if it addresses following:


Support for Images

Support for Video stream (live)

Support for Video Stream (recorded)

Support for multi-device data push and process

Scalable for millions of records

Support industry standard formats such as HL7 etc


Regards,

Hari.



0
Z odpowiedzią

Build Instructions ?

mpalladi 6 lat temu Ostatnio zmodyfikowane przez anonymous 6 lat temu 1

I tried following https://warewolf.io/knowledge-base/articles/how-to-build-warewolf-from-source/, but it refers to VS2012/13. Is this out of date ? I downloaded from git, and also tried the poweshell compile script but it requires MSBuild 15.0 . Is there more up to date instructions ?

Odpowiedź
anonymous 6 lat temu

Hi mpalladi ,


Thanks for logging this issue. We recently updated to using Visual Studio 2015 and will be updating the documentation to reflect this. Please refer to the Readme section of the Github page for the new requirements. In particular the following:


Compiling Warewolf requires at least Visual Studio 2017 with the ".NET desktop development" and "ASP.NET and web development" workloads and the "F# language support" individual component also installed.

Thanks again for bringing this to our attention.

+1
Ukończony

Acceptation of model-driven software

Merijn Kleinreesink 7 lat temu Ostatnio zmodyfikowane przez Michael Warne 7 lat temu 3

Hello everybody,

First of all, I'm new to this forum, so I'll give a short introduction about myself. My name is Merijn, I'm a 20 year old. I'm busy with graduating on my Bachelor's degree in Business and IT at the University of Twente in the Netherlands.

I'm currently working on my graduation project that tries to predict the acceptance of model-driven software.  In this context you can think about technology acceptance models such as the Universal Theory of Acceptance and Use of Technology or the Technology Acceptance Model. In my project I've adapted some of these models to fit the characteristics of model-driven software, and I'm curious if you, users and developers of the  perfect example of this kind of software, want to share your opinion in a survey I have set up. The results of the survey will lead to a better idea why someone should use model-driven software. Your opinion will show whether the proposed research model is the right fit for these type of software applications.

If you prefer a physical PDF of the survey, please leave a comment and I'll send it to you. The digital survey can be found by clicking on the following link:

https://goo.gl/forms/xUIZvxH9IJBbidRg1

 The survey will take around five minutes and the results will be completely anonymised and just used for the purpose of the research. 

If you have any questions about the research, feel free to show it in a comment. I'll do my best to answer them!

Merijn

Odpowiedź
Grommit 7 lat temu

Hi Merijn, we'd be happy to help! I have shared your survey within our team so you should get a few responses back shortly. All the best with your graduation project!

0
Z odpowiedzią

PostgreSQL and MySQL

Anonim 7 lat temu Ostatnio zmodyfikowane przez Pieter 7 lat temu 8

Hello,

I have a question regarding PostgreSQL and MySQL. I have a database in MySQL for now and a stored procedure to insert data. Despite the fact everything is good, and user have authenticated access over procedure, Warewolf seems cannot list the procedure.

Here are the details of procedure:

DELIMITER $$
CREATE PROCEDURE rfidautomatic_INSERT(IN uid varchar(45))
BEGIN
insert into webtest.rfid_uid (rfiduid) values (uid);
END
DELIMITER ;

tool
0
Ukończony

JS Package manager

Anonim 7 lat temu Ostatnio zmodyfikowane przez Gandalf 7 lat temu 1

Is there some way that i can use a package manager like npm or bower from the javascript tool

tool workflow
Odpowiedź
Gandalf 7 lat temu

You can use the "Include File" option on the Javascript tool.

0
Naprawione

An internal error occurred while executing the service request

Retuza 7 lat temu Ostatnio zmodyfikowane przez Grommit 7 lat temu 5

I download warewolf and get error:

An internal error occurred while executing the service request

The workflow must have at least one service or activity connected to the Start Node.

I run in Windows 7 and 8.1 what is wrong

+2
Z odpowiedzią

Continuous deployment?

Anonim 8 lat temu Ostatnio zmodyfikowane przez Gandalf 8 lat temu 2

How does your platform support continuous deployment. I see no unit testing capabilities to ensure system stability.
Thanks

0
Z odpowiedzią

wanto start using warewolf

Gerhard1991 8 lat temu Ostatnio zmodyfikowane przez Gandalf 8 lat temu 2

I would like to build custom tool connectors. What area of the code base do you suggest I start from/learn to do this in the most efficient way?

Odpowiedź
Gandalf 8 lat temu

Hi Gerhard,


I would suggest reading http://warewolf.io/knowledge-base/tools-and-data-connectors/ to get an overview of how to start. Then you can move onto http://warewolf.io/knowledge-base/activities/ for the next steps.


These two articles should give a good theoretical and practical overview of building tool connectors, should show which projects and classes inside the code base that you can follow to see how they are developed.


Hope this helps. Please let us know if you require further assistance.

0
Z odpowiedzią

exported files

Anonim 8 lat temu Ostatnio zmodyfikowane przez Gandalf 8 lat temu 3

Hi

Can Warewolf export exported files from other tools?

Thanks

Antoni