Impenetrable error messages
Hi all. Is there any reference material for Workflow error messages? I'm building some simple workflow routines which send emails and some are working, some aren't. I can't make head or tail of this error message:
Exception Type : System.Exception
Message: (Dialog Workflow DialogWorkflowComponent) - Execution Engine Exception
Stack Trace
(inner exception)
Execution Engine Exception at LogicBase.Core.ExecutionEngine.AbstractExecutionEngine.RunEngine()
at LogicBase.Core.ExecutionEngine.AbstractExecutionEngine.ExecuteComponent(IData data, IOrchestrationComponent comp)
at LogicBase.Core.Models.EmbeddedDecisionModel.EmbeddedDecisionModelExecutionEngine.Run(IData data)
at LogicBase.Core.Models.EmbeddedDecisionModel.EmbeddedDecisionModelDataType.Run(IData data)
at LogicBase.Core.AbstractEnsembleWorkflowComponent.Start(String taskID, String workflowID, IData data)
at LogicBase.Core.Models.Workflow.WorkflowDelegate.Execute(IData data, IOrchestrationComponent comp, String& outputPath, IExecutionEngine engine, TLExecutionContext context)
at LogicBase.Core.ExecutionEngine.AbstractExecutionEngine.DoRunComp(IOrchestrationComponent comp, IData data, TLExecutionContext context)
Can anyone give me a clue how to decipher this?
Comments
Unsure if this is what's
Unsure if this is what's thrown in the browser or not... but the logs (in Workflow Designer\Logs) or the Configuration + Logging Tool might provide more information.
Can you give a little more
Can you give a little more detail as to what you are trying to do? When the error occurs during the process? Maybe post a screenshot of your model?
Thanks, guys. I figured out
Thanks, guys. I figured out what my problem was - user error. I still think the error messages are unhelpful though.
Would you like to reply?
Login or Register to post your comment.