Update activity reference in XML comments
Corrected the activity reference from DispatchWorkflow to ExecuteWorkflow in XML comments to accurately reflect the functionality. This change ensures the comments are aligned with the actual code behavior.
This commit is contained in:
parent
d74159d594
commit
f0615337ee
|
|
@ -5,12 +5,11 @@ using Elsa.Workflows.Runtime.Activities;
|
|||
using Elsa.Workflows.Runtime.Options;
|
||||
using Elsa.Workflows.Runtime.Stimuli;
|
||||
using JetBrains.Annotations;
|
||||
using Microsoft.Extensions.Logging;
|
||||
|
||||
namespace Elsa.Workflows.Runtime.Handlers;
|
||||
|
||||
/// <summary>
|
||||
/// Resumes any blocking <see cref="DispatchWorkflow"/> activities when its child workflow completes.
|
||||
/// Resumes any blocking <see cref="ExecuteWorkflow"/> activities when its child workflow completes.
|
||||
/// </summary>
|
||||
[PublicAPI]
|
||||
internal class ResumeExecuteWorkflowActivity(IBookmarkQueue bookmarkQueue, IStimulusHasher stimulusHasher) : INotificationHandler<WorkflowExecuted>
|
||||
|
|
|
|||
Loading…
Reference in a new issue