Update test/component/Elsa.Workflows.ComponentTests/Scenarios/Activities/Http/Workflows/FileUploadWorkflow.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
859a14ede2
commit
90af851962
|
|
@ -7,7 +7,7 @@ namespace Elsa.Workflows.ComponentTests.Scenarios.Activities.Http.Workflows;
|
|||
|
||||
public class FileUploadWorkflow : WorkflowBase
|
||||
{
|
||||
private static readonly string DefinitionId = Guid.NewGuid().ToString();
|
||||
public static readonly string DefinitionId = Guid.NewGuid().ToString();
|
||||
|
||||
protected override void Build(IWorkflowBuilder builder)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue