Skip to content

Commit fadcc55

Browse files
committed
add missing draft-interruption.json
1 parent f345425 commit fadcc55

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
{
2+
"steps" : [
3+
{
4+
"meta" : {
5+
"name" : "Validate Document",
6+
"error" : null,
7+
"description" : null
8+
},
9+
"_type" : "RunIO"
10+
},
11+
{
12+
"base" : {
13+
"base" : {
14+
"meta" : {
15+
"name" : "Extract Content",
16+
"error" : null,
17+
"description" : null
18+
},
19+
"_type" : "RunIO"
20+
},
21+
"trigger" : {
22+
"meta" : {
23+
"signalName" : "Urgent Processing Request",
24+
"operationName" : null,
25+
"error" : null
26+
},
27+
"_type" : "HandleSignal"
28+
},
29+
"handler" : null,
30+
"_type" : "Interruptible"
31+
},
32+
"trigger" : {
33+
"meta" : {
34+
"duration" : "PT2H",
35+
"releaseAt" : null,
36+
"name" : "Processing Deadline"
37+
},
38+
"_type" : "Timer"
39+
},
40+
"handler" : null,
41+
"_type" : "Interruptible"
42+
},
43+
{
44+
"meta" : {
45+
"name" : "Generate Report",
46+
"error" : null,
47+
"description" : null
48+
},
49+
"_type" : "RunIO"
50+
}
51+
],
52+
"_type" : "Sequence"
53+
}

0 commit comments

Comments
 (0)