Skip to content

Commit bb9840f

Browse files
authored
Merge pull request #245 from Project-MONAI/AI-230
adding payloadId to export event
2 parents 3d3800f + f551b56 commit bb9840f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Messaging/Events/ExportRequestEvent.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ public class ExportRequestEvent : EventBase
8787
[JsonPropertyName("error_messages")]
8888
public List<string> ErrorMessages { get; private set; }
8989

90+
[JsonProperty(PropertyName = "file_id")]
91+
[JsonPropertyName("file_id")]
92+
public string PayloadId { get; set; } = string.Empty;
93+
9094
/// <summary>
9195
/// A list of data output plug-in type names to be executed by the export services.
9296
/// Each string must be a fully-qualified type name.

0 commit comments

Comments
 (0)