https://github.com/wahyd4/cadence-demo
https://github.com/wahyd4/cadence-demo
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wahyd4/cadence-demo
- Owner: wahyd4
- Created: 2020-07-01T01:31:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-22T07:08:18.000Z (about 5 years ago)
- Last Synced: 2025-02-12T09:29:35.769Z (8 months ago)
- Language: Java
- Size: 425 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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