This tutorial shows you how to create a simple Workflow that prints Hello World in Bash and Python, using references from input parameters and references from previous Steps.
Parameter | Description |
---|---|
Parameter Name | Name |
Parameter Type | Text |
Required Parameter | Check the box |
Display Name | Name |
Placeholder | Name for greeting |
Default Value | Jon |
hello Jon
.print("hello" + context.inputs.name)
print(context.steps.s1.output)