This repository was archived by the owner on Apr 12, 2018. It is now read-only.
This repository was archived by the owner on Apr 12, 2018. It is now read-only.
Support default timeouts #47
Open
Description
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.