Skip to content
#

argo

Here are 138 public repositories matching this topic...

scravy
scravy commented Nov 26, 2021

Summary

It is possible to access individual parameters, labels, or annotations from within a workflow via

  • workflow.parameters.<NAME>,
  • workflow.labels.<NAME>,
  • and workflow.annotations.<NAME> respectively.

It is also possible to get all parameters as a JSON string:

  • workflow.parameters

It would be great if also labels and annotations could be exposed that way:

whynowy
whynowy commented Nov 12, 2021

Is your feature request related to a problem? Please describe.
Each event received/emitted from event sources already has an event ID attached, so that it can be used in Sensor to achieve uniqueness, this ID is currently generated automatically. For some of the event sources like Kafka, we can extend the feature to generate a unique ID based on the original message, so that even there's a dup

Improve this page

Add a description, image, and links to the argo topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the argo topic, visit your repo's landing page and select "manage topics."

Learn more