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
// Event used to define events and their correlations
62
50
typeEventstruct {
63
51
Common
64
52
// Unique event name
@@ -67,31 +55,50 @@ type Event struct {
67
55
Sourcestring`json:"source,omitempty"`
68
56
// CloudEvent type
69
57
Typestring`json:"type" validate:"required"`
70
-
// Defines the CloudEvent as either 'consumed' or 'produced' by the workflow. Default is 'consumed'
58
+
// Defines the CloudEvent as either 'consumed' or 'produced' by the workflow.
59
+
// Defaults to `consumed`
71
60
KindEventKind`json:"kind,omitempty"`
72
61
// If `true`, only the Event payload is accessible to consuming Workflow states. If `false`, both event payload and context attributes should be accessible"
// ResultEventTimeout defines maximum amount of time (ISO 8601 format) to wait for the result event. If not defined it be set to the actionExecutionTimeout
// If string type, an expression which selects parts of the states data output to become the data (payload) of the event referenced by 'triggerEventRef'.
0 commit comments