Skip to content

Commit

Permalink
Add note on SerializationContext for Nexus
Browse files Browse the repository at this point in the history
  • Loading branch information
Quinn-With-Two-Ns committed Oct 5, 2024
1 parent e0ce5c9 commit 06cc8fa
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@
* PayloadConverter#withContext(SerializationContext)} and using the modified instance when
* applicable.
*
* <p>Nexus operations inside a workflow do NOT have a {@link WorkflowSerializationContext} because
* it is not available in the operation handler.
*
* <p>Note: Serialization Context is experimental feature, the class and field structure of {@link
* SerializationContext} objects may change in the future. There may be also situation where the
* context is expected, but is not currently provided.
Expand Down

0 comments on commit 06cc8fa

Please sign in to comment.