Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 hours 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 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-21T06:38:42.000Z (over 6 years ago)
- Last Synced: 2024-11-25T18:21:52.962Z (2 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
![SWF](https://user-images.githubusercontent.com/8921629/41701804-a80f5aca-74e2-11e8-92b2-258b66e0f243.png)
# 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