New Decorators Basic Script
This example shows a simple “hello world” script using the new decorators.
It uses a single input argument, which is passed through the Workflow. It also
uses a plain Output - by setting the result value, it will be printed to stdout
and be available to subsequent tasks (if it were in a DAG).