We use cookies

We use cookies to ensure you get the best experience on our website. For more information on how we use cookies, please see our cookie policy.

By clicking "Accept", you agree to our use of cookies.
Learn more.

User GuideRunning Tasks

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: