File tree 1 file changed +4
-0
lines changed 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,8 @@ const (
72
72
// NexusOperationCancellationType specifies what action should be taken for a Nexus operation when the
73
73
// caller is cancelled.
74
74
//
75
+ // NOTE: Experimental
76
+ //
75
77
// Exposed as: [go.temporal.io/sdk/workflow.NexusOperationCancellationType]
76
78
type NexusOperationCancellationType int
77
79
@@ -2665,6 +2667,8 @@ type NexusOperationOptions struct {
2665
2667
// CancellationType - Indicates what action should be taken when the caller is cancelled.
2666
2668
//
2667
2669
// Optional: defaults to NexusOperationCancellationTypeWaitCompleted.
2670
+ //
2671
+ // NOTE: Experimental
2668
2672
CancellationType NexusOperationCancellationType
2669
2673
2670
2674
// Summary is a single-line fixed summary for this Nexus Operation that will appear in UI/CLI. This can be
You can’t perform that action at this time.
0 commit comments