Skip to content

Commit

Permalink
Fix JSON property name of TaskId
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Chang <[email protected]>
  • Loading branch information
mocsharp committed Aug 8, 2023
1 parent bcaf4c1 commit d412260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Api/Storage/FileStorageMetadata.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public abstract record FileStorageMetadata
/// Gets or sets the task ID for the workflow manager to resume a workflow.
/// </summary>
/// <value></value>
[JsonPropertyName("WorkflowInstanceId")]
[JsonPropertyName("taskId")]
public string? TaskId { get; set; }

/// <summary>
Expand Down

0 comments on commit d412260

Please sign in to comment.