Learn how the pieces of a Temporal application work together. Follow the Run your first app tutorial to learn more about Temporal Workflows.
Note: This project uses Snipsync comment wrappers to automatically keep code snippets up to date within our documentation.
# consider using a tmux session
tmux new -t temporal
temporal server start-dev
# detach: ctrl-b d
# reattach: tmux a -t temporal
build:
./gradlew build
clean:
./gradlew clean
run:
./gradlew run