summaryrefslogtreecommitdiff
path: root/taskflow/states.py
Commit message (Expand)AuthorAgeFilesLines
* Update URLs in documents according to document migrationChangBo Guo(gcb)2017-07-131-4/+4
* Fix flow states linkJoshua Harlow2015-08-231-1/+1
* Add ability to reset an engine via a `reset` methodJoshua Harlow2015-07-181-0/+1
* Retain atom 'revert' result (or failure)Joshua Harlow2015-07-101-7/+8
* Add support for conditional executionJoshua Harlow2015-07-011-1/+4
* Split-off the additional retry states from the task statesJoshua Harlow2015-06-181-11/+30
* Add strict job state transition checkingJoshua Harlow2015-04-161-1/+17
* Add job states in docs + states in pythonJoshua Harlow2015-04-151-0/+15
* Merge "Make intentions a tuple (to denote immutability)"Jenkins2014-06-191-1/+1
|\
| * Make intentions a tuple (to denote immutability)Joshua Harlow2014-06-171-1/+1
* | Upgrade hacking version and fix some of the issuesJoshua Harlow2014-06-131-2/+2
|/
* Implement run iterationsJoshua Harlow2014-05-071-0/+5
* Reuse already defined variableThomas Bechtold2014-04-141-1/+1
* Merge "Move state link to developer docs"Jenkins2014-03-311-2/+2
|\
| * Move state link to developer docsJoshua Harlow2014-03-291-2/+2
* | Removed unused TIMED_OUT stateJoshua Harlow2014-03-281-4/+0
|/
* Adjust the exception hierachyJoshua Harlow2014-03-241-1/+1
* Fix few minor spelling errorsIvan A. Melnikov2014-03-181-1/+1
* Flow smart revert with retry controllerAnastasia Karpinska2014-03-181-47/+8
* Add atom intentions for tasks and retriesAnastasia Karpinska2014-03-181-0/+7
* Add zookeeper job/jobboard implJoshua Harlow2014-02-241-9/+6
* Remove extraneous vim configuration commentsyangxurong2014-02-141-2/+0
* Doc strings and comments clean-upskudriashev2014-01-261-3/+3
* Use already defined PENDING variableThomas Bechtold2014-01-241-1/+1
* Proper exception raised from check_task_transitionskudriashev2014-01-191-3/+3
* Exceptions cleanupIvan A. Melnikov2014-01-141-3/+3
* Explicitly list the valid transitions to RESUMING stateJoshua Harlow2013-12-291-2/+3
* Don't reset tasks to PENDING state while revertingIvan A. Melnikov2013-10-311-2/+1
* Remove task_action state checksJoshua Harlow2013-10-161-12/+32
* Add task state verificationJoshua Harlow2013-10-141-1/+50
* A few wording/spelling adjustmentsJoshua Harlow2013-10-081-2/+2
* Validate each flow state changeIvan A. Melnikov2013-10-071-1/+81
* Cleanup unused statesJoshua Harlow2013-09-301-8/+3
* Suspend single and multi threaded enginesAnastasia Karpinska2013-09-271-0/+2
* Notify on task reversionJoshua Harlow2013-08-291-0/+3
* Add a locally running threaded flowJoshua Harlow2013-08-261-0/+4
* Adjust some of the states jobs and workflows could be in.Joshua Harlow2013-05-161-6/+5
* Get a memory test example workingJoshua Harlow2013-05-151-2/+3
* Add a running state which can be used to know when a workflow is running.Joshua Harlow2013-05-131-0/+1
* Add RESUMING.Joshua Harlow2013-05-121-0/+2
* Continue on getting ready for the memory impl. to be useful.Joshua Harlow2013-05-121-0/+37