Argo Workflows · Example Payload

Argo Workflows Github Com Argoproj Argo Events Pkg Apis Events V1Alpha1 Pub Sub Event Source Example

CNCFContainersData ProcessingKubernetesMachine-LearningOpen-SourceWorkflow Engine

Argo Workflows Github Com Argoproj Argo Events Pkg Apis Events V1Alpha1 Pub Sub Event Source Example is an example object payload from Argo Workflows, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

credentialSecretdeleteSubscriptionOnFinishfilterjsonBodymetadataprojectIDsubscriptionIDtopictopicProjectID

Example Payload

Raw ↑
{
  "credentialSecret": "example-credentialsecre",
  "deleteSubscriptionOnFinish": true,
  "filter": "example-filter",
  "jsonBody": true,
  "metadata": {},
  "projectID": "wf-abc123",
  "subscriptionID": "wf-abc123",
  "topic": "example-topic",
  "topicProjectID": "wf-abc123"
}