Skip to content

Commit

Permalink
CORE-15396 This change allows the external event context to be nullab…
Browse files Browse the repository at this point in the history
…le on the token claim release event. This is to allow release events to be generated outside the flow external event framework, required for automatic claim release.
  • Loading branch information
owenstanford committed Sep 19, 2023
1 parent 17bb735 commit db0c81e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"fields": [
{
"name": "requestContext",
"type": "net.corda.data.flow.event.external.ExternalEventContext",
"type": ["null", "net.corda.data.flow.event.external.ExternalEventContext"],
"doc": "Flow request context data for the original claim query"
},
{
Expand Down

0 comments on commit db0c81e

Please sign in to comment.