All Downloads are FREE. Search and download functionalities are using the official Maven repository.

activities.examples.sequences.yaml Maven / Gradle / Ivy

There is a newer version: 2.12.65
Show newest version
# eb run type=stdout yaml=examples/sequences cycles=20 seq=concat
# yields ABBCCCDDDDABBCCCDDDD
# eb run type=stdout yaml=examples/sequences cycles=20 seq=interval
# yeilds ABCDDCBDCDABCDDCBDCD
# eb run type=stdout yaml=examples/sequences cycles=20 seq=bucket
# yeilds ABCDBCDCDDABCDBCDCDD

statements:
 - A1: "|"
   ratio: 1
 - B2: "_"
   ratio: 2
 - C3: "="
   ratio: 3
 - D4: ":"
   ratio: 4




© 2015 - 2024 Weber Informatics LLC | Privacy Policy