optimajet / WorkflowEngine.NET

WorkflowEngine.NET - component that adds workflow in your application. It can be fully integrated into your application, or be in the form of a specific service (such as a web service).
https://workflowengine.io
870 stars 246 forks source link

workflow database #76

Closed jerrylisuzhou closed 3 years ago

jerrylisuzhou commented 3 years ago

Does workflow engine will do a database index rebuild work? When my database was full and I shrink the database , I find one command maybe from workflow to rebuild index , but I am not confirmed .

optimajet commented 3 years ago

Hi, the workflow engine does not rebuild indexes in the database as it is an embeddable component.

sandeepModapathi commented 3 years ago

faced issue in _layout.cshtml, ViewBag.Title is null

System.ArgumentNullException HResult=0x80004003 Message=Value cannot be null. Parameter name: args Source=mscorlib StackTrace: at System.String.Format(String format, Object[] args) at ASP._Page_Views_SharedLayout_cshtml.Execute() in d:\DotNetMVC\workflow\WorkflowEngine.NET-master\Samples\ASP.NET MVC\MSSQL\WF.Sample\Views\Shared_Layout.cshtml:line 3 at System.Web.WebPages.WebPageBase.ExecutePageHierarchy() at System.Web.Mvc.WebViewPage.ExecutePageHierarchy() at System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage) at System.Web.WebPages.WebPageBase.<>cDisplayClass3.b__2(TextWriter writer) at System.Web.WebPages.HelperResult.WriteTo(TextWriter writer) at System.Web.WebPages.WebPageBase.Write(HelperResult result) at System.Web.WebPages.WebPageBase.RenderSurrounding(String partialViewName, Action1 body) at System.Web.WebPages.WebPageBase.PopContext() at System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage) at System.Web.Mvc.RazorView.RenderView(ViewContext viewContext, TextWriter writer, Object instance) at System.Web.Mvc.BuildManagerCompiledView.Render(ViewContext viewContext, TextWriter writer) at System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context) at System.Web.Mvc.ControllerActionInvoker.InvokeActionResult(ControllerContext controllerContext, ActionResult actionResult) at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult)

This exception was originally thrown at this call stack: [External Code] ASP._Page_Views_Shared__Layout_cshtml.Execute() in _Layout.cshtml [External Code]

optimajet commented 3 years ago

It doesn't look like WorkflowEngine exception.