An open API service indexing awesome lists of open source software.

https://github.com/wahyd4/cadence-demo


https://github.com/wahyd4/cadence-demo

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Cadence demo

## How to run

```
export CADENCE_URL=
export CADENCE_DOMAIN=

# run the application

./gradlew run

# Schedule a simple job to cadence

cadence --ad :7933 --do ds-test workflow start --tasklist helloWorldTaskList --workflow_type HelloWorld::sayHello --execution_timeout 3600 --input \"World\"

```

You should expect console prints out "Hello World" in `10` seconds