0
Fertiggestellt

Unload external dlls from the designer

Paul Cannell vor 10 Jahren in Studio / Designer aktualisiert von Gandalf vor 9 Jahren 2
I create a class library. I firstly discover that you cant return .Net basic types (string, int, bool etc) once I returned a class things were fine. Perhaps this needs to be in a hint :)
However in discovering this I rebuilt my dll a number of times. I couldnt copy it to the place I had referenced because warewolf has a handle to that DLL. Im assuming you host components like this in a separate appDomain so if you give me the ability to recycle that so I can do a build / deploy cycle without me having to shutdown warewolf would be great. If you can already do this and I just havnt figured out how, ... well then shame on me :)
Antwort
Gandalf vor 9 Jahren
Thanks Paul. We are looking into both your issues.
0
Fertiggestellt

decision trees getting cluttered

Paul Cannell vor 10 Jahren in Studio / Designer aktualisiert von Gandalf vor 8 Jahren 4
Assume a simple credit matrix. Based on your income you will get 1 of 3 interest rates.
Income > 10000 goes to the 1st outcome, >8000 the 2nd and > 5000 the third.
In the current version you have to make a tree looking like the left pic in the diagram.
If you attached priorities to a decision you could make it look like the second diagram. Say your income is 9000, you will fail the first check but pass both 2 and 3, however if you have a priority you would pass the income > 8000 check and stop evaluation at that point. Maybe a useful idea? Things like risk pricing models would benefit greatly from this and the designer space would look far less cluttered
Antwort
Gandalf vor 8 Jahren
Without the pictures mentioned I am left to guess.

My guess is you are talking about bundling up individual decisions into a single decision tree activity that would act like a switch.

Is this correct?

0
Fertiggestellt

Decisions should have a heading. Just showing the first condition is less than ideal.

Paul Cannell vor 10 Jahren in Studio / Designer aktualisiert von Gandalf vor 10 Jahren 0
If I have  vars, A and B (type bool) I have something like 
if A==1
AND IF B==0
the decision reads "If A==1" in the designer canvas which is acttual misleading
Antwort
Gandalf vor 10 Jahren
Thanks Paul. The WWF designer limits the space that can be used there. We felt it was better to put in what you can rather than nothing at all as a default.

We also added the ability for you to put the text there that you want (check the bottom of the decision) so you can overide the default.
0
Abgelehnt

Refactor option

GianPiero vor 10 Jahren in Studio / Designer aktualisiert von Gandalf vor 10 Jahren 0

Hey guys, would it be possible to add a Refactor option, so that should a Proc change and be deployed to live server, that we could easily update the various usages of that proc on all the workflows in which it is used?  I realise that some workflows may need to be changed when a proc changes, but it could be that the revised proc just returns an additional field which is only used by one workflow, which means that it wouldn't effect the rest of the workflows, as this additional field would be ignored within all the other workflows using the proc?

Antwort
Gandalf vor 10 Jahren

As it stands, changing the underlying proc will only affect services that change accordingly. If you add a field to the proc, you only need to change the instance that needs that change, the others will simply ignore it by default. However, they will all show in a warning state so that you know which ones are not completely up to date. If this is not what you mean, please let us know.

0
Fertiggestellt

Resize

Alex Hampel vor 11 Jahren in Studio / Designer aktualisiert von Gandalf vor 11 Jahren 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

Antwort
Gandalf vor 11 Jahren

Check out the latest release!

+1
Not a bug

Cannot connect db call to decision

Alex Hampel vor 11 Jahren in Studio / Designer aktualisiert von Gandalf vor 11 Jahren 1

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


I cannot get the connector link squares on the service?



Antwort
Gandalf vor 11 Jahren

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


+1
Fertiggestellt

Auto-text on assign variable names

Alex Hampel vor 11 Jahren in Studio / Designer aktualisiert von Gandalf vor 11 Jahren 2

Suggestion: auto-text on assign


Antwort
Gandalf vor 11 Jahren

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