The workflow HelloWorld
takes a name
string as input and return "Hello $name!"
using sequentially 2 tasks run on distributed workers:
- a
sayHello
task that takes aname
string as input and returns"Hello $name"
- an
addEnthusiasm
task that takes astr
string as input and returns"$str!"
This repository is described in the Infinitic documentation: https://docs.infinitic.io/overview/hello-world
- If needed, update credentials in infinitic.yml
run gradle run
Launch one workflow! gradle startWorkflow --args=Infinitic
run gradle dashboard