Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion config/packages/process/demo.doctrine.database.update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ clever_age_process:
Ex: bin/console cleverage:process:execute demo.doctrine.database.update -c firstname:Paul -c lastname:Durant
options:
ui:
ui_launch_mode: form
source: Bar
target: Foo
entrypoint_type: text
Expand All @@ -28,4 +29,4 @@ clever_age_process:
outputs: [debug]

debug:
service: '@CleverAge\ProcessBundle\Task\Debug\DebugTask'
service: '@CleverAge\ProcessBundle\Task\Debug\DebugTask'
1 change: 1 addition & 0 deletions config/packages/process/demo.rest.get.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ clever_age_process:
Ex: bin/console cleverage:process:execute demo.rest.get -c codePostal:"'46800'"
options:
ui:
ui_launch_mode: form
source: Bar
target: Foo
entrypoint_type: text
Expand Down
1 change: 1 addition & 0 deletions config/packages/process/demo.upload_and_run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ clever_age_process:
entry_point: entrypoint # for upload_and_run process entry_point is required
options:
ui:
ui_launch_mode: form
source: Foo
target: Bar
entrypoint_type: file
Expand Down