Skip to content

Commit

Permalink
Update WorkflowActivityContext.cs
Browse files Browse the repository at this point in the history
Signed-off-by: Siri Varma Vegiraju <siri.varma@outlook.com>
  • Loading branch information
siri-varma authored Dec 20, 2024
1 parent a2065fa commit 3461bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dapr.Workflow/WorkflowActivityContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public abstract class WorkflowActivityContext
public abstract TaskName Name { get; }

/// <summary>
/// Gets the unique ID of the current workflow instance.
/// Gets the unique ID of current workflow instance.
/// </summary>
public abstract string InstanceId { get; }
}
Expand Down

0 comments on commit 3461bc9

Please sign in to comment.