https://github.com/kleinyuan/py-workflow
Python implementation of simple workflow
https://github.com/kleinyuan/py-workflow
producer-consumer python simple-workflow state-machine step-functions swf workflow
Last synced: 7 months ago
JSON representation
Python implementation of simple workflow
- Host: GitHub
- URL: https://github.com/kleinyuan/py-workflow
- Owner: KleinYuan
- License: mit
- Created: 2018-06-16T03:32:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-21T06:38:42.000Z (over 7 years ago)
- Last Synced: 2025-01-25T13:25:48.059Z (8 months ago)
- Topics: producer-consumer, python, simple-workflow, state-machine, step-functions, swf, workflow
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction

# Run
`python example_starter.py`
# TODO
- [x] Activity queues should not be exposed to each other and should be handled by decider/handler
- [ ] Wait for signal feature
- [ ] Multi-processing
- [ ] Multi-agent, distributed computation, gRPC
- [ ] Clean up and automate
- [ ] Wrap up with Python libraries and modules