+1
Voltooid

Dragable Decision Flow windows

GianPiero 11 jaar geleden in Studio / Explorer bijgewerkt door Gandalf 9 jaar geleden 2

Hi Guys, would it be possible to add in dragable modal windows, e.g. the Decision Flow Window, as it currently sits above my workflow, which means I can't see the logic that the decision flow would effect.  Thanks guys.

Antwoord
Gandalf 9 jaar geleden

We do need to keep it modal, but being able to move it makes a lot of sense. Thanks.

+2
Voltooid

Support for SFTP

GianPiero 11 jaar geleden in Studio / Toolbox bijgewerkt door Gandalf 11 jaar geleden 0

Hi Guys, would it be possible to add support for SFTP based file transfers. I see that the write file tool has the ability to write to FTP & FTPS (which is great) but we use SFTP pretty much all over our system, could this be added as a new Toolbox item? Or could the existing Write File tool, be modified to incorporate this?

Antwoord
Gandalf 11 jaar geleden

Cool idea. 

Done.

0
Voltooid

Text Delimiter Support for Reading CSV

GianPiero 11 jaar geleden in Studio / Toolbox bijgewerkt door Gandalf 11 jaar geleden 0

Hi guys, would it be possible to introduce text delimeted support for reading CSVs?

For example, let's say I have the following CSV:


'Big,Branch','1','false' 

'Small Branch','2','true'

'Smallest Branch','1','false'


The CSV is comma separated and text delimited. When I split it however using WareWolf, the Big and Branch in the first line are being split because there is a comma between the 2 words.  If I could specify a text delimiter then this wouldn't be a problem.


This is a common occurrence for us, as Excel tends to use Text Delimiters when saving Excel files to CSV. Could this be added for us?

Antwoord
Gandalf 11 jaar geleden

This is a great usage scenario.

You can achieve this quite simply:

As each header/field etc from the file has its own row to describe how it is split and the characters to split on can be verbose you can do this 


and then repeat the pattern as you see fit.

Also, the large view for the tool (which should be out soon!) has the ability to specify an escape character if you need it.

0
Fixed

Warewolf Stopped working

Alex Hampel 11 jaar geleden in Studio bijgewerkt door Gandalf 11 jaar geleden 2

Image 18

server
Antwoord
Gandalf 11 jaar geleden

Hi Alex


Thanks. This should be fixed from build 0.3.3.0


0
Voltooid

Resize

Alex Hampel 11 jaar geleden in Studio / Designer bijgewerkt door Gandalf 11 jaar geleden 0

I am battling to find the risize marker to make this assign box bigger. It would be nice if this could be made more obvious or if we could resize from any of the 4 corners.


Image 17

Antwoord
Gandalf 11 jaar geleden

Check out the latest release!

0
Fixed

Services - New Procedure

Alex Hampel 11 jaar geleden in Studio / Services bijgewerkt door Gandalf 11 jaar geleden 0

I right-click on 'Services', 'New Procedure' set it all up but when it comes to saving i cannot see my existing 'AHV' folder but rather only an 'Unassigned' folder?


Image 16


Image 15

Antwoord
Gandalf 11 jaar geleden

Thanks Alex. All done.

0
Voltooid

Tool short cut keys

Chas Digal 11 jaar geleden in Studio / Toolbox bijgewerkt door Gandalf 8 jaar geleden 3

It would be great to have some short cut keys for each tool, or some custom keys that can be assigned. When you are working on the design surface, the slow part is finding the tool you want in the toolbox.

designer tool
Antwoord
Gandalf 8 jaar geleden

Great thinking.

+1
Not a bug

Cannot connect db call to decision

Alex Hampel 11 jaar geleden in Studio / Designer bijgewerkt door Gandalf 11 jaar geleden 1

Cannot connect my db call to the decision to continue the workflow?


I cannot get the connector link squares on the service?



Antwoord
Gandalf 11 jaar geleden

Hi Alex


The tool has been connected to itself already so the grips are not showing. It doesn't look like this is intended behaviour, so delete the link to itself and the grips will appear


0
Not a bug

Not passing through parameters when calling a proc

Alex Hampel 11 jaar geleden in Studio / Output bijgewerkt door Gandalf 11 jaar geleden 2

the input parameter I enter when debugging is not being passed through to the proc meaning a null value is being passed to the proc when calling it.


Even if I enter a default parameter value for the proc this still is not being passed to the proc?



Antwoord
Gandalf 11 jaar geleden

If your Service is not returning any information, make sure you have got the right inputs and outputs specified, by clicking the  icon in the top right of the service.

+1
Voltooid

Auto-text on assign variable names

Alex Hampel 11 jaar geleden in Studio / Designer bijgewerkt door Gandalf 11 jaar geleden 2

Suggestion: auto-text on assign


Antwoord
Gandalf 11 jaar geleden

Thanks. The intellisense box now appears after you type either part of the variable name or [[

Good one Alex. This should be in from 0.3.3.0