Running Your First Task
With your task defined, you can import it wherever you need to use it and invoke it with the run
method.
from .workflow import simple
simple.run(
input=SimpleInput(Message="Hello, World!"),
)
There are many ways to run a task, including: