summaryrefslogtreecommitdiff
path: root/taskflow/engines/action_engine/runner.py
Commit message (Expand)AuthorAgeFilesLines
* Remove extra runner layer and just use use machine in engineJoshua Harlow2015-07-281-286/+0
* Create and use a serial retry executorJoshua Harlow2015-07-211-2/+1
* Replace internal fsm + table with automaton libraryJoshua Harlow2015-07-141-5/+11
* Add support for conditional executionJoshua Harlow2015-07-011-8/+20
* Refactor machine builder + runner into single unitJoshua Harlow2015-06-031-55/+39
* Only show state transitions to logging when in BLATHER modeJoshua Harlow2015-05-211-2/+2
* Add comments to runner state machine reaction functionsJoshua Harlow2015-01-231-0/+18
* Show the failure discarded (and the future intention)Joshua Harlow2015-01-221-2/+18
* Use constants for runner state machine event namesJoshua Harlow2015-01-151-47/+58
* Merge "Add and use a new simple helper logging module"Jenkins2014-12-111-2/+1
|\
| * Add and use a new simple helper logging moduleJoshua Harlow2014-12-081-2/+1
* | Stop returning atoms from execute/revert methodsJoshua Harlow2014-12-061-1/+2
|/
* Remove direct usage of the deprecated failure locationJoshua Harlow2014-10-211-4/+4
* Merge "Ensure state machine can be frozen"Jenkins2014-10-181-0/+1
|\
| * Ensure state machine can be frozenJoshua Harlow2014-09-181-0/+1
* | Remove the dependency on prettytableJoshua Harlow2014-09-121-16/+16
|/
* Translate the engine runner into a well defined state-machineJoshua Harlow2014-09-071-91/+194
* Tweak engine iteration 'close-up shop' runtime pathJoshua Harlow2014-09-041-10/+10
* Rename the graph analyzer to analyzerJoshua Harlow2014-06-031-2/+1
* Finish factoring apart the graph_action moduleJoshua Harlow2014-05-291-0/+137