en/stable/examples/workflows/upstream/workflow_template__steps/ #1091
Replies: 2 comments 1 reply
-
If I wanted to have multiple parameters passed in per step, do I used a list? I.e., arguments=[Parameter(name="message1", value="hello1b"),Parameter(name="message2", value="hello2b"),] |
Beta Was this translation helpful? Give feedback.
-
I am starting to use this framework to build out some CI/CD pipelines. I'm really enjoying Hera. We are triggering a workflow based on PR events and wanted to define something like: github webhook -> sensor (trigger workflow via workflowtemplate)-> workflow runs The workflow is created perfectly but now I was thinking to make the webhook/sensor IaC since we manually created these. It seems that the tool is geared towards workflows only. I do see all of the classes defined (e.g. Sensor, SensorSpec, etc.), but I don't see how to connect all of these. Is there a way to do this using Hera?
|
Beta Was this translation helpful? Give feedback.
-
en/stable/examples/workflows/upstream/workflow_template__steps/
https://hera.readthedocs.io/en/stable/examples/workflows/upstream/workflow_template__steps/
Beta Was this translation helpful? Give feedback.
All reactions