python-simple-workflow
python-simple-workflow copied to clipboard
Support default timeouts
When registering workflow and activity types, the SWF API supports the definition of default timeouts. However simple-workflow does not use them and raise an exception when timeouts are not explicitly passed.
The expected behavior is to fallback to default timeouts when no explicit value is given.