Created
April 16, 2021 09:22
-
-
Save thomaspoignant/2499a88c939f654c7e15295194445fd7 to your computer and use it in GitHub Desktop.
Pipeline configuration example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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