Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ using Umbraco.Forms.Core.Persistence.Dtos;

namespace MyNamespace
{
public class TestWorkflow : WorkflowType
public class LogMessageWorkflow : WorkflowType
{
public const string LogMessageWorkflowId = "7ca500a7-cb34-4a82-8ae9-2acac777382d";
private readonly ILogger<LogMessageWorkflow> _logger;
Expand Down Expand Up @@ -254,4 +254,4 @@ Again, you will need to register your custom class, for example, in a composer w

```csharp
builder.Services.AddUnique<IApplyDefaultFieldsBehavior, CustomApplyDefaultFieldsBehavior>();
```
```
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ using Umbraco.Forms.Core.Persistence.Dtos;

namespace MyNamespace
{
public class TestWorkflow : WorkflowType
public class LogMessageWorkflow : WorkflowType
{
public const string LogMessageWorkflowId = "7ca500a7-cb34-4a82-8ae9-2acac777382d";
private readonly ILogger<LogMessageWorkflow> _logger;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ using Umbraco.Forms.Core.Persistence.Dtos;

namespace MyNamespace
{
public class TestWorkflow : WorkflowType
public class LogMessageWorkflow : WorkflowType
{
public const string LogMessageWorkflowId = "7ca500a7-cb34-4a82-8ae9-2acac777382d";
private readonly ILogger<LogMessageWorkflow> _logger;
Expand Down