Skip to content

Commit 8a3594b

Browse files
Copilotsfmskywalker
andcommitted
Add missing using directive for Elsa.Workflows.Attributes in GetDataActivity example
Co-authored-by: sfmskywalker <938393+sfmskywalker@users.noreply.github.com>
1 parent 4f335a4 commit 8a3594b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

extensibility/custom-activities.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -758,6 +758,7 @@ Use `GetService<T>()` instead of `GetRequiredService<T>()` when a service is opt
758758

759759
```csharp
760760
using Elsa.Workflows;
761+
using Elsa.Workflows.Attributes;
761762
using Elsa.Workflows.Models;
762763

763764
public class GetDataActivity : CodeActivity

0 commit comments

Comments
 (0)