File: resume_from_backend.out.txt

package info (click to toggle)
python-taskflow 6.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 3,536 kB
  • sloc: python: 27,557; sh: 269; makefile: 24
file content (26 lines) | stat: -rw-r--r-- 678 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
-----------------------------------
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