We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccdf4f3 commit 7f88a24Copy full SHA for 7f88a24
api/src/test/java/io/serverlessworkflow/api/FeaturesTest.java
@@ -42,7 +42,8 @@ public class FeaturesTest {
42
"features/raise.yaml",
43
"features/set.yaml",
44
"features/switch.yaml",
45
- "features/try.yaml"
+ "features/try.yaml",
46
+ "features/listen.yaml"
47
})
48
public void testSpecFeaturesParsing(String workflowLocation) throws IOException {
49
Workflow workflow = readWorkflowFromClasspath(workflowLocation);
api/src/test/resources/features/listen.yaml
@@ -0,0 +1,12 @@
1
+document:
2
+ dsl: 1.0.0-alpha1
3
+ namespace: default
4
+ name: listen-task
5
+do:
6
+ - listenToSomething:
7
+ listen:
8
+ to:
9
+ any:
10
+ with:
11
+ source: pepe
12
+ type: pepe
0 commit comments