diff --git a/src/modules/Elsa.Workflows.Core/Contexts/WorkflowExecutionContext.cs b/src/modules/Elsa.Workflows.Core/Contexts/WorkflowExecutionContext.cs index 57b5fae04..b8b7d4f11 100644 --- a/src/modules/Elsa.Workflows.Core/Contexts/WorkflowExecutionContext.cs +++ b/src/modules/Elsa.Workflows.Core/Contexts/WorkflowExecutionContext.cs @@ -115,7 +115,7 @@ public partial class WorkflowExecutionContext : IExecutionContext IServiceProvider serviceProvider, WorkflowGraph workflowGraph, string id, - string? correlationId = null, + string? correlationId, string? parentWorkflowInstanceId = null, IDictionary? input = null, IDictionary? properties = null,