Skip to content

Commit 8501ed7

Browse files
committed
Fix JSON property name of TaskId
Signed-off-by: Victor Chang <[email protected]>
1 parent a5a0987 commit 8501ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Api/Storage/FileStorageMetadata.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public abstract record FileStorageMetadata
9292
/// Gets or sets the task ID for the workflow manager to resume a workflow.
9393
/// </summary>
9494
/// <value></value>
95-
[JsonPropertyName("WorkflowInstanceId")]
95+
[JsonPropertyName("taskId")]
9696
public string? TaskId { get; set; }
9797

9898
/// <summary>

0 commit comments

Comments
 (0)