File: resume_many_flows.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 (32 lines) | stat: -rw-r--r-- 774 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
27
28
29
30
31
32
Run flow:
Running flow example 18995b55-aaad-49fa-938f-006ac21ea4c7
executing first==1.0
executing boom==1.0
> this time not exiting
executing second==1.0


Run flow, something happens:
Running flow example f8f62ea6-1c9b-4e81-9ff9-1acaa299a648
executing first==1.0
executing boom==1.0
> Critical error: boom = exit please


Run flow, something happens again:
Running flow example 16f11c15-4d8a-4552-b422-399565c873c4
executing first==1.0
executing boom==1.0
> Critical error: boom = exit please


Resuming all failed flows
Resuming flow example f8f62ea6-1c9b-4e81-9ff9-1acaa299a648
executing boom==1.0
> this time not exiting
executing second==1.0
Resuming flow example 16f11c15-4d8a-4552-b422-399565c873c4
executing boom==1.0
> this time not exiting
executing second==1.0