Skip to content

Commit

Permalink
Update activity description in PrintMessage class
Browse files Browse the repository at this point in the history
The activity description for the PrintMessage class has been updated. Previously, the description was 'Print Message', it has now been changed to 'Print a message to the console' to provide a more explicit understanding of the function's purpose.
  • Loading branch information
sfmskywalker committed Apr 1, 2024
1 parent af4840d commit d443bce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using Elsa.Workflows;
using Elsa.Workflows.Attributes;

[Activity("MyCompany", "Print Message")]
[Activity("MyCompany", "Print a message to the console")]
public class PrintMessage : CodeActivity
{
protected override void Execute(ActivityExecutionContext context)
Expand Down

0 comments on commit d443bce

Please sign in to comment.