0
Fixed

An item with the same key has already been added.

Anonymous 9 years ago in Studio updated by Nathi 9 years ago 4
at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
at Infragistics.Collections.CollectionBase`1.AddItemSilently(Int32 index, T item)
at Infragistics.Collections.BindableItemCollection`1.AddBoundItem(Int32 index, T item)
at Infragistics.Collections.BindableItemCollection`1.GetItem(Int32 index)
at Infragistics.Collections.CollectionBase`1.get_Item(Int32 index)
at Infragistics.Controls.Menus.NodesManager.ResolveNodeForIndex(Int32 index)
at Infragistics.Controls.Menus.InternalNodesCollection.GetNodeForIndex(Int32 index, NodesManager currentManager, Int32 currentOffset, Int32 additionalOffset)
at Infragistics.Controls.Menus.InternalNodesCollection.GetNodeForIndex(Int32 index, NodesManager currentManager, Int32 currentOffset, Int32 additionalOffset)
at Infragistics.Controls.Menus.InternalNodesCollection.GetItem(Int32 index)
at Infragistics.Collections.CollectionBase`1.get_Item(Int32 index)
at Infragistics.Controls.Menus.Primitives.NodesPanel.MeasureOverride(Size availableSize)
at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
at System.Windows.UIElement.Measure(Size availableSize)
at System.Windows.ContextLayoutManager.UpdateLayout()
at System.Windows.ContextLayoutManager.UpdateLayoutCallback(Object arg)
at System.Windows.Media.MediaContext.InvokeOnRenderCallback.DoWork()
at System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks()
at System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)
at System.Windows.Media.MediaContext.RenderMessageHandler(Object resizedCompositionTarget)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
0
Fixed

Object reference not set to an instance of an object.

Anonymous 9 years ago in Studio updated by anonymous 9 years ago 13
at Infragistics.Controls.Menus.Primitives.NodesPanel.RenderNode(XamDataTreeNode node, Double availableWidth)
at Infragistics.Controls.Menus.Primitives.NodesPanel.MeasureOverride(Size availableSize)
at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
at System.Windows.UIElement.Measure(Size availableSize)
at System.Windows.ContextLayoutManager.UpdateLayout()
at System.Windows.ContextLayoutManager.UpdateLayoutCallback(Object arg)
at System.Windows.Media.MediaContext.InvokeOnRenderCallback.DoWork()
at System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks()
at System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)
at System.Windows.Media.MediaContext.RenderMessageHandler(Object resizedCompositionTarget)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
0
Under review

HTTPS connection from localhost to a remote server

keith_k 9 years ago in Server updated by Gandalf 9 years ago 3

How do you add an SSL certificate or what is needed to make an HTTPS connection to a web server?


When I click New Remote Server, I am able to successfully connect to my remote server with http://ipaddress:3142 as the address and Microsoft User/Password authentication. However, I receive the following error when trying to connect with https://ipaddress:3143


Connection Error : An error occurred while sending the request.


Notes:

My remote server is a VM through Microsoft Azure. The VM was created with the Warewolf ESB, so the HTTP: TCP/3142 and HTTPS: TCP/3143 inbound security rules are all in place. Also, I can successfully connect to my localhost machine from the remote server with both HTTP/HTTPS.


deploy server
0
Fixed

Image File Missing on Site Page

keith_k 9 years ago updated by Grommit 9 years ago 1

The image/icon graphic for the Length tool is missing and an image placeholder is displaying for it on this page, http://warewolf.io/knowledge-base/tool-connectors/

0
Under review

Licensing and support

Anonymous 9 years ago updated by Gandalf 9 years ago 2

I wanted to clarify the license and support pricing... do I understand it correctly that we can use Warewolf to create commercial service offerings without cost other than the optional support packages? We have been using K2 for years but it is simply out of the budget for smaller companies that stand to gain tremendous value from workflow based solutions. With Warewolf we see that there may be a way for us to service smaller companies if there were no licensing fees for the workflow engine. We would also like the freedom to create SaaS based solutions where we host the workflow engine in the cloud, on-prem or even with a hybrid approach. Please confirm that there are no licensing costs for using Warewolf - only the optional support fees on a monthly basis.

Thanks for your help with this. I would like to start testing Warewolf to see how feasible it would be for us to start using but different folks in the office were reading the licensing/pricing terms differently and I wanted to reach out and get an answer from you directly.

Thanks so much for creating such a remarkable product and choosing to share it with the community.

Best,
Ed

0
Answered

My task is not running

Anonymous 9 years ago in Studio updated by Gandalf 9 years ago 4

My task is not running

Rodolpho

0
Fixed

File already exists

Anonymous 9 years ago in Server / Execution updated by Gandalf 9 years ago 1

When trying to write a file, I keep getting the error: File already exists.

This was working before as the tool is set to overwrite and nothing has changed, it just stopped working.

version 0.6.0.301

windows 10

service execution tool
Answer
Gandalf 9 years ago

1. Open c:\windows\temp

2. Delete *.tmp files


Windows workflow foundation creates these files at run time when certain tools are executed.

0
Under review

New to Warewolf ESB

Gerhard 9 years ago updated by anonymous 9 years ago 1

Hi I'm very new to this area and would like to learn how warewolf ESB and GitHub works.

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?

Answer
anonymous 9 years ago

Hi Gerhard,


You can start in the knowledge base and more specifically the activity article.


Once you comfortable there, my suggestion would be to take the DropBox tool and split it into a DropBox read and DropBox write tool, to help you get a feel for how things work.


Thanks

0
Answered

SignalR Connector

Anonymous 9 years ago in Studio / Variables updated by Gandalf 9 years ago 6

Hi!

I have a SignalR hub with some data that I want to set into warewolf variables and then use this variable value either to store or call other services/web api as a trigger.
Do I need to create a connector to accomplish this behavior?

In order to monitor this variable value, do I need to put this variable within a loop?


Thanks.

tool variables
Answer
Gandalf 9 years ago

Hi victor

Make the call to the URL of the service (Look above the workflow for this). Something like this:



In this example I have a folder called Examples with a workflow called Handler in it which is the workflow you can see on the design surface. In the Variables list on the right, I have set the two variables I want to use as Input so they can be accepted by the workflow. After that, I just use them, as in the decision.

Hope that helps.

0
Fixed

Download, Subscribe Dialogue Box on Website Hung on Chrome Browser

Anonymous 9 years ago updated by Grommit 9 years ago 3

Image 243

Maybe it's just me, my Chrome, and my extensions, but when I try to download Warewolf ESB it pops open this dialogue box that I can't get past.

web
Answer
Grommit 9 years ago

Hi Dale
I have tested this in Chrome (version 47.0.2526.106) and it's working - what version are you on?

Please try the latest version and clearing your cache.
I will send you a download link to the email address you have in the screenshot.

Please let me know if you have any further troubles.