I'm attempting to publish a new workflow using Workflow 7.5
I am able to piblish the project without an issue, but when I navigate to the URL I receive the following error page:
Error Details |
Error Message:
Object reference not set to an instance of an object. |
Message Stack:
at LogicBase.Components.Default.ExchangeAdapters.LogicBaseExchangeWorkQueue.Store(String serviceID, WorkQueueItem item)
at LogicBase.Components.Default.ExchangeAdapters.LogicBaseExchangeWorkQueue.AddWorkQueueItem(String serviceID, WorkQueueItem item)
at LogicBase.Core.Models.Workflow.WorkflowDelegate.Execute(IData data, IOrchestrationComponent comp, String& outputPath, IExecutionEngine engine, TLExecutionContext context)
at LogicBase.Core.ExecutionEngine.AbstractExecutionEngine.RunComponent(TLExecutionContext context, IData data, IOrchestrationComponent comp) |
Any advice would be most welcome.
Thanks!