interpreter workflow engine for Cadence/Temporal
- Run
make binsto build the binaryiwf-server - Then run
./iwf-server startto run the service . This defaults to test API + Temporal interpreter implementation, require to have local Temporal setup. See Run with local Temporal. - Hit http://localhost:8801/ to trigger a test workflow
- Install openapi-generator using Homebrew if you haven't. See more documentation
- Check out the idl submodule by running the command:
git submodule update --init --recursive - Run the command
git submodule update --remote --mergeto update IDL to the latest commit - Run
make idl-code-gento refresh the generated code
- Run a local Temporalite following the instruction. If you see error
error setting up schema, try use commandtemporalite start --namespace default -f my_test.dbinstead to start.
TODO