Skip to content

RejwankabirHamim/money-transfer-workflow-iwf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run

1. start a iWF server following the instruction:

  docker pull iworkflowio/iwf-server-lite:v1.18.3 && docker run -p 8801:8801 -p 7233:7233 -p 8233:8233 -e AUTO_FIX_WORKER_URL=host.docker.internal --add-host host.docker.internal:host-gateway -it iworkflowio/iwf-server-lite:v1.18.3

This by default will run Temporal server with it, again:

2. build and run this project

  make bins && ./iwf-samples start

3. start a workflow:

http://localhost:8803/moneytransfer/start?fromAccount=test1&toAccount=test2&amount=100&notes=hello

4. watch in WebUI

http://localhost:8233/namespaces/default/workflows

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages