Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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