Repository URL to install this package:
|
Version:
0.1.dev81+g58c1e45 ▾
|
pipeline_name: example_pipeline_develop
doc: Example pipeline for the develop plugin.
steps:
- step_id: add_hello_string
module_type: example_proj.example
module_config:
separator: " "
constants:
text_1: "Hello"
defaults:
text_2: "World"
- step_id: add_exclamation_mark
module_type: example_proj.example
module_config:
separator: ""
constants:
text_2: "!"
input_links:
text_1: add_hello_string.text
input_aliases:
add_hello_string.text_2: name
output_aliases:
add_exclamation_mark.text: greeting