We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DefinitionId
null
Publish
1 parent ad9e7c4 commit 830b551Copy full SHA for 830b551
src/modules/Elsa.Workflows.Api/Endpoints/WorkflowDefinitions/Publish/Models.cs
@@ -4,7 +4,7 @@ namespace Elsa.Workflows.Api.Endpoints.WorkflowDefinitions.Publish;
4
5
internal class Request
6
{
7
- public string DefinitionId { get; set; } = default!;
+ public string DefinitionId { get; set; } = null!;
8
}
9
10
internal record Response(LinkedWorkflowDefinitionModel WorkflowDefinition, bool AlreadyPublished, int ConsumingWorkflowCount);
0 commit comments