Skip to content

Commit 51e6ae7

Browse files
authored
Merge pull request #248 from Project-MONAI/release/1.0.4
Release/1.0.4
2 parents 3adc5c4 + a9c34e6 commit 51e6ae7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Messaging/Events/ExportRequestEvent.cs

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

90+
/// <summary>
91+
/// Gets or set the payloadId for external apps sending data back
92+
/// </summary>
93+
[JsonProperty(PropertyName = "payload_id")]
94+
[JsonPropertyName("payload_id")]
95+
public string? PayloadId { get; set; }
96+
9097
/// <summary>
9198
/// A list of data output plug-in type names to be executed by the export services.
9299
/// Each string must be a fully-qualified type name.

0 commit comments

Comments
 (0)