0

How to use trigger in WW using workflow?

Sunil_Rana_Cygnet 9 months ago in Studio / Designer 0

Hi Team,

   

    I want to explore more on trigger in WW Studio. How to use trigger in WW using workflow?

I need real-time scenarios to develop trigger. Please do the needful.

Regards,

Sunil Rana

designer studio workflow
0

Studio Fatal Crash on POST tool URL [[

Anonymous 1 year ago in Studio / Designer 0

Given I have v2.8.1.3 running

and Given I have a post tool setup on the design surface

When I edit the Query String by adding [[

Then the studio crashes

Dont know what other tools this is happening in

0
Not a bug

Advanced Recordset Generate Outputs button not working

1p7brzxuntez 3 years ago in Studio / Designer updated by anonymous 3 years ago 3

Clicking the button does nothing

Image 891

0
Under review

.net dll using third party libaries

Stephen 7 years ago in Studio / Designer updated by anonymous 7 years ago 1

Hi,


I'm trying to build a new dll and have some issues with it, when adding it to a step in warewolf workflow.


I've used this resource of creating the dll: https://warewolf.io/knowledge-base/using-dlls/


1. I've notice that different namespaces does not work well (after i fixed namespaces then methods works).


2. Then when u include my data layer on my new dll then the workflow raize an "Object Refrence Not Set",


NB* : I've tested my dll with UnitTests and the dll does work just in warewolf workflow is not working.


Did anyone else have this same issue, and what is the best practice of using the dll component in warewolf workflow.

+1
Fixed

Parameter 'warewolf-variable' not found in the collection.

Anonymous 7 years ago in Studio / Designer updated by anonymous 7 years ago 9

When calling a MySql stored procedure, We are getting bug:


<FatalError><Message> An internal error occurred while executing the service request </Message><InnerError>Parameter 'rfiduid' not found in the collection.

at MySql.Data.MySqlClient.MySqlParameterCollection.GetParameterFlexible(String parameterName, Boolean throwOnNotFound)
at MySql.Data.MySqlClient.StoredProcedure.GetAndFixParameter(String spName, MySqlSchemaRow param, Boolean realAsFloat, MySqlParameter returnParameter)
at MySql.Data.MySqlClient.StoredProcedure.CheckParameters(String spName)
at MySql.Data.MySqlClient.StoredProcedure.Resolve(Boolean preparing)
at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
at MySql.Data.MySqlClient.MySqlCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at Dev2.Services.Sql.MySqlServer.ExecuteReader[T](IDbCommand command, CommandBehavior commandBehavior, Func`2 handler)
at Dev2.Services.Execution.DatabaseServiceExecution.MySqlExecution(ErrorResultTO errors, Int32 update)</InnerError><InnerError><InnerError>Parameter 'rfiduid' not found in the collection.
at MySql.Data.MySqlClient.MySqlParameterCollection.GetParameterFlexible(String parameterName, Boolean throwOnNotFound)
at MySql.Data.MySqlClient.StoredProcedure.GetAndFixParameter(String spName, MySqlSchemaRow param, Boolean realAsFloat, MySqlParameter returnParameter)
at MySql.Data.MySqlClient.StoredProcedure.CheckParameters(String spName)
at MySql.Data.MySqlClient.StoredProcedure.Resolve(Boolean preparing)
at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
at MySql.Data.MySqlClient.MySqlCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at Dev2.Services.Sql.MySqlServer.ExecuteReader[T](IDbCommand command, CommandBehavior commandBehavior, Func`2 handler)
at Dev2.Services.Execution.DatabaseServiceExecution.MySqlExecution(ErrorResultTO errors, Int32 update)</InnerError></InnerError></FatalError>

-----------------------------------------------------------------------------------------------

Procedure:


CALL`rfidautomatic_INSERT`('rfiduid'rfidautomatic_INSERTDELIMITER $$
CREATE DEFINER=`webtest`@`%` PROCEDURE `rfidautomatic_INSERT`(IN `rfiduid` VARCHAR(45))
BEGIN
insert into rfid_uid (rfiduid) values (rfiduid);
END$$
DELIMITER ;

);


------------------------------------------------------------------------------------

Table:

CREATE TABLE `rfid_uid` (

`rfidno` int(11) NOT NULL AUTO_INCREMENT,
`rfiduid` varchar(45) NOT NULL,
PRIMARY KEY (`rfidno`),
UNIQUE KEY `rfid_uid_UNIQUE` (`rfiduid`)
) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=latin1;

database debug designer
+1
Fixed

error workflow

Anonymous 9 years ago in Studio / Designer updated by anonymous 9 years ago 2
Error wokflow : 

Why when I click an the "New service" Button shows me an error ?
Why when I try to open the workflow  "Hello world" whows me an error?

System.Windows.Markup.XamlParseException: Se produjo una excepción al establecer connectionId. ---> System.InvalidCastException: No se puede convertir un objeto de tipo 'System.Windows.Input.CommandBinding' al tipo 'System.Activities.Presentation.View.DesignerView'.

Image 124

Image 123Image 122
designer studio workflow
0
Declined

Highlight Decision tool outputs

Anonymous 9 years ago in Studio / Designer updated by Gandalf 9 years ago 4
Hi guys,

Just a suggestion. The Decision tool at the moment will have 2 grey lines coming out of it, (1 for the true output and 1 for the false output). This is fine for simple workflows, however as the workflows get more and more complex, there are instances where outputs from decisions will overlap each other and head toward the same assign/workflow/process etc. Is is possible that when clicked on, the decision tool itself and the output lines are highlighted as well so that somebody using the program would have an easier time following the process flow with having to open up the tools to have a look at the outputs?

Regards
designer studio
Answer
Gandalf 10 years ago
Hi

It sounds like you are trying to abstract the studio into a web page?

This is not possible with Warewolf. The studio is a desktop application that has no public interfaces at this stage.

Please let us know if this is not what you are asking.
0
Completed

dbl clickig an itme should bring up the properties dialog

Paul Cannell 10 years ago in Studio / Designer updated by Gandalf 9 years ago 2
Rather than have to click on the settings box for a service, can we not simply dble click like you can on a decision
Answer
Gandalf 9 years ago
Nice idea Paul. We will give it some thought.
0
Completed

unintuative. Couldnt make workflow variables inputs

Paul Cannell 10 years ago in Studio / Designer updated by Gandalf 9 years ago 2
Until I used it in the workflow. This does makes sense but typically I would design the interface to my workflow and then implement bit by bit. I may only need the 3rd input param later on and Im still testing the first bits. But I cant pass this until later.
think of it this way. When you define an interface method you dont make them parameterless you generally know what you want to achieve. Perhaps a hint popup to let us know 
Answer
Gandalf 9 years ago
We agree. There is a quite a bit that needs to be done to the variable list.

Thanks for the idea.