shepherd

Workflow Engine


License
Apache-2.0
Install
pip install shepherd==1.1.0

Documentation

An asynchronous task engine implemented in python.

It can run raw tasks or activity based workflows.

Engine provides following features:

  1. Locks for synchronization.
  2. Ability to sleep for a user defined period.
  3. Message based communication between workflows.