Argo Workflows · Schema

github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.PayloadField

PayloadField binds a value at path within the event payload against a name.

CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

Properties

Name Type Description
name string Name acts as key that holds the value at the path.
path string Path is the JSONPath of the event's (JSON decoded) data key Path is a series of keys separated by a dot. A key may contain wildcard characters '*' and '?'. To access an array value use the index as th
View JSON Schema on GitHub