Make correlationId parameter non-optional in WorkflowExecutionContext constructor.
This commit is contained in:
parent
79a64e90fd
commit
fa798b0a47
|
|
@ -115,7 +115,7 @@ public partial class WorkflowExecutionContext : IExecutionContext
|
|||
IServiceProvider serviceProvider,
|
||||
WorkflowGraph workflowGraph,
|
||||
string id,
|
||||
string? correlationId = null,
|
||||
string? correlationId,
|
||||
string? parentWorkflowInstanceId = null,
|
||||
IDictionary<string, object>? input = null,
|
||||
IDictionary<string, object>? properties = null,
|
||||
|
|
|
|||
Loading…
Reference in a new issue