TreF555
TreF555
Error "Sequence contains no elements" at System.Linq.ThrowHelper.ThrowNoElementsException() at System.Linq.Enumerable.First[TSource](IEnumerable`1 source) at HtmlToOpenXml.HtmlConverter.ProcessHeading(HtmlEnumerator en) in ...\Html2OpenXml\HtmlConverter.ProcessTag.cs:line 281 at HtmlToOpenXml.HtmlConverter.ProcessHtmlChunks(HtmlEnumerator en, String endTag) in ...\Html2OpenXml\HtmlConverter.cs:line 208 at HtmlToOpenXml.HtmlConverter.Parse(String html) in ...\Html2OpenXml\HtmlConverter.cs:line 105...
Error await _workflowLaunchpad.CollectAndExecuteWorkflowsAsync(query, input); ``` private readonly IWorkflowLaunchpad _workflowLaunchpad; var @event ={ public string WorkflowInstanceId { get; set; } public string ActivityId { get; set; } public string ContextId {...
error when deleting workflows in the list Version 2.9.0 `[08:26:13 INF] Executed endpoint 'Elsa.Server.Api.Endpoints.WorkflowDefinitions.Delete.Handle (Elsa.Server.Api)' [08:26:13 ERR] HTTP DELETE /v1/workflow-definitions/f80a7c70e905482e957d74e8b4259173/AllVersions responded 500 in 365.6514 ms System.InvalidOperationException: The entity type 'string'...
Current version I installed the new version 2.9.0 and created Activity Test 2 following the DynamicVehicleActivity. code is available here https://github.com/TreF555/ElsaDashboardTest UserTaskActivityTest2 not working https://github.com/TreF555/ElsaDashboardTest/blob/master/ElsaDashboardTest/Activities/UserTaskActivityTest2.cs DynamicVehicleActivity is working https://github.com/TreF555/ElsaDashboardTest/blob/master/ElsaDashboardTest/Activities/DynamicVehicleActivity.cs 1...