Argo Workflow Parameters – concatenate several values from the events into same field
I am playing with Argo Events and Argo Workflows and am listeing for a github webhook using an eventSource and then publishing to my eventBus, and then consuming with a sensor that then triggers an argo workflow. What I want to do, is parameterise the name for the triggered workflow to include the person who pushed to the branch, and also the branch name and a short version of the commit ID:
E.g the name for the workflow triggered might look like “samgr-main-6381dd”