Dumps the input using the VarDumper Component, then passes it to the output. If VarDumper is not installed, nothing is dumped and the input is simply forwarded.
- Service:
CleverAge\ProcessBundle\Task\Debug\DebugTask
any
any: the input, unchanged
This task has no option.
- Dump a constant value
# Task configuration level
entry:
service: '@CleverAge\ProcessBundle\Task\ConstantOutputTask'
options:
output:
id: 123
firstname: Test1
outputs: [debug]
debug:
service: '@CleverAge\ProcessBundle\Task\Debug\DebugTask'