Files
deb-python-taskflow/taskflow/examples/resume_from_backend.out.txt
Joshua Harlow 0e75585e85 A few resuming from backend comment adjustments
Change-Id: I40d8c1926b4bef337eaaf0adc6cae66d023dc200
2013-10-16 15:46:25 -07:00

27 lines
678 B
Plaintext

-----------------------------------
At the beginning, there is no state
-----------------------------------
Flow 'resume from backend example' state: None
-------
Running
-------
executing first==1.0
-------------
After running
-------------
Flow 'resume from backend example' state: SUSPENDED
boom==1.0: SUCCESS, result=None
first==1.0: SUCCESS, result=ok
second==1.0: PENDING, result=None
--------------------------
Resuming and running again
--------------------------
executing second==1.0
----------
At the end
----------
Flow 'resume from backend example' state: SUCCESS
boom==1.0: SUCCESS, result=None
first==1.0: SUCCESS, result=ok
second==1.0: SUCCESS, result=ok