Skip to content

Commit 998295b

Browse files
Merge pull request #34 from cleverage/ui-54
cleverage/ui-process-bundle#54 Add demo.failed process to help testin…
2 parents 28b5ced + e67c516 commit 998295b

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)