Skip to content

Instantly share code, notes, and snippets.

@thomaspoignant
Created April 16, 2021 09:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thomaspoignant/2499a88c939f654c7e15295194445fd7 to your computer and use it in GitHub Desktop.
Save thomaspoignant/2499a88c939f654c7e15295194445fd7 to your computer and use it in GitHub Desktop.
Pipeline configuration example
root: handler1_name
steps:
handler1_name:
type: handlerImpl1
next: handler2_name
handler2_name:
type: handlerImpl2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment