taskflow/taskflow/types
Greg Hill 8e8fd65225 Handle cases where exc_args can't be serialized as JSON in the WBE
First try to get them, but if they aren't able to be serialized,
just return the failure without them.  This only affects the WBE
that serializes failures as part of the JSON response that is sent
over the wire from the worker process to the WBE engine.

Change-Id: I86e3255b612bc15097aabe63a684cf8b8808e61b
2016-01-28 16:29:03 -06:00
..
__init__.py Add a directed graph type (new types module) 2014-04-20 17:28:27 -07:00
cache.py Tidy up the WBE cache (now WBE types) module 2015-01-22 23:08:22 -08:00
entity.py Update docstrings on entity type 2015-10-27 01:35:50 +00:00
failure.py Handle cases where exc_args can't be serialized as JSON in the WBE 2016-01-28 16:29:03 -06:00
fsm.py Add deprecated module(s) for prior FSM/table code-base 2015-07-14 17:25:39 +00:00
futures.py Add deprecated and only alias modules for the moved types 2015-07-13 01:15:21 +00:00
graph.py Simplify flow action engine compilation 2015-10-01 22:38:30 -07:00
latch.py Provide a deprecated alias for the now removed stop watch class 2015-07-12 18:44:57 -07:00
notifier.py Expose r/o listener callback + details filter callback 2015-04-12 22:57:28 -07:00
periodic.py Add deprecated and only alias modules for the moved types 2015-07-13 01:15:21 +00:00
sets.py Remove some temporary variables not needed 2015-08-09 10:37:58 -07:00
table.py Add deprecated module(s) for prior FSM/table code-base 2015-07-14 17:25:39 +00:00
timing.py Move 'convert_to_timeout' to timing type as a helper function 2015-11-12 17:49:22 -08:00
tree.py Merge "Enable conversion of the tree nodes into a digraph" 2015-11-18 22:58:32 +00:00