You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// If string type, an expression which selects parts of the states data output to become the data (payload) of the event referenced by 'triggerEventRef'. If object type, a custom object to become the data (payload) of the event referenced by 'triggerEventRef'.
93
+
// If string type, an expression which selects parts of the states data output to become the data (payload) of the event referenced by 'triggerEventRef'.
94
+
// If object type, a custom object to become the data (payload) of the event referenced by 'triggerEventRef'.
80
95
Datainterface{} `json:"data,omitempty"`
81
96
// Add additional extension context attributes to the produced event
0 commit comments