Skip to content

Commit e67c516

Browse files
cleverage/ui-process-bundle#54 Add demo.failed process to help testing http process launching without queue response
1 parent 28b5ced commit e67c516

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
clever_age_process:
2+
configurations:
3+
demo.failed:
4+
description: >
5+
A simple process which failed
6+
help: >
7+
Ex: bin/console cleverage:process:execute demo.failed
8+
options:
9+
ui:
10+
source: Bar
11+
target: Foo
12+
tasks:
13+
entry:
14+
service: '@CleverAge\ProcessBundle\Task\ConstantOutputTask'

0 commit comments

Comments
 (0)